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:
parent
489ff70f99
commit
9eeefaccdf
1 changed files with 2 additions and 3 deletions
|
@ -7,9 +7,8 @@ Type=simple
|
|||
User=__APP__
|
||||
Group=__APP__
|
||||
WorkingDirectory=__FINALPATH__
|
||||
ExecStartPre=__NODEJS__
|
||||
Environment="PATH=__ENV_PATH__"
|
||||
ExecStart=__NODE__ loader.js --no-daemon --no-silent
|
||||
Environment=NODE_ENV=production
|
||||
ExecStart=__NODE__/node loader.js --no-daemon --no-silent
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in a new issue