Update systemd.service

This commit is contained in:
Rafi59
2018-02-26 12:25:23 +01:00
committed by GitHub
parent 2c83db23a1
commit 4665ddcd17

View File

@ -16,7 +16,7 @@ Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=/home/__APP__
ExecStart=/opt/__APP__/gogs web
ExecStart=/opt/__APP__/gitea web
Restart=always
Environment=USER=__APP__ HOME=/home/__APP__