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:
parent
b58aeba334
commit
6ca8b146f3
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@ After=syslog.target network.target mysql.service slapd.service redis.service
|
||||||
Type=simple
|
Type=simple
|
||||||
User=__APP__
|
User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
WorkingDirectory=__DATADIR__
|
WorkingDirectory=/home/yunohost.app/__APP__
|
||||||
ExecStart=__FINALPATH__/gogs web
|
ExecStart=__FINALPATH__/gogs web
|
||||||
Restart=always
|
Restart=always
|
||||||
Environment=USER=__APP__ HOME=__DATADIR__
|
Environment=USER=__APP__ HOME=/home/yunohost.app/__APP__
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in a new issue