2014-09-16 12:10:21 -06:00
|
|
|
[Unit]
|
2015-03-03 22:59:55 -07:00
|
|
|
Description=Gogs (Go Git Service)
|
2014-09-16 12:10:21 -06:00
|
|
|
After=syslog.target
|
|
|
|
After=network.target
|
|
|
|
#After=mysqld.service
|
|
|
|
#After=postgresql.service
|
|
|
|
#After=memcached.service
|
|
|
|
#After=redis.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
User=git
|
|
|
|
Group=git
|
|
|
|
WorkingDirectory=/home/git/gogs
|
2015-03-03 22:59:55 -07:00
|
|
|
ExecStart=/home/git/gogs/gogs web
|
|
|
|
Restart=always
|
2015-05-09 12:24:33 -06:00
|
|
|
Environment=USER=git HOME=/home/git
|
2014-09-16 12:10:21 -06:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|