1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodebb_ynh.git synced 2024-09-03 19:46:29 +02:00

Update systemd.service

This commit is contained in:
frju365 2017-07-09 00:49:12 +02:00 committed by GitHub
parent 70ce9a9f8f
commit 84922ae7f5

View file

@ -10,7 +10,7 @@ Group=__APP__
WorkingDirectory=__FINALPATH__
ExecStartPre=__NODEJS__
Environment="PATH=__ENV_PATH__"
ExecStart=__NODE__ loader.js --no-daemon --no-silent
ExecStart=__FINALPATH__/nodebb --no-silent --no-daemon
Restart=always
[Install]