Intial commit for systemd support

release/v0.9
Thomas Fanninger 10 years ago
parent ebb4f1b78c
commit 78bd144c1c

@ -0,0 +1,18 @@
[Unit]
Description=Gogs (Go Git Service) server
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
ExecStart=/home/git/gogs/gogs/start.sh
WorkingDirectory=/home/git/gogs
[Install]
WantedBy=multi-user.target
Loading…
Cancel
Save