1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gogs_ynh.git synced 2024-09-03 20:36:23 +02:00

Update systemd.service

This commit is contained in:
ericgaspar 2020-12-29 23:34:14 +01:00
parent 9942c3406f
commit e947bf2a7f
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -12,7 +12,7 @@ Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=/home/__APP__
ExecStart=/var/www/gogs/gogs web
ExecStart=__FINALPATH__/gogs web
Restart=always
Environment=USER=__APP__ HOME=/home/__APP__