1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/simple-torrent_ynh.git synced 2024-09-03 20:26:18 +02:00

Update systemd.service

This commit is contained in:
ericgaspar 2021-07-14 08:14:05 +02:00
parent 0a5359ba84
commit e13eaeffe2

View file

@ -8,7 +8,7 @@ User=__APP__
Group=__APP__
Environment=PORT=__PORT__
WorkingDirectory=__FINALPATH__
ExecStart=__FINALPATH__/__APP__ --host 127.0.0.1
ExecStart=__FINALPATH__/__APP__ -c __FINALPATH__/config.yaml --host 127.0.0.1
Restart=always
RestartSec=3