gitea/scripts/systemd/gogs.service

21 lines
373 B
SYSTEMD
Raw Normal View History

2014-09-16 20:10:21 +02:00
[Unit]
Description=Gogs (Go Git Service)
2014-09-16 20:10:21 +02: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
ExecStart=/home/git/gogs/gogs web
Restart=always
Environment=USER=git HOME=/home/git
2014-09-16 20:10:21 +02:00
[Install]
WantedBy=multi-user.target