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 2019-01-06 00:43:22 +01:00 committed by GitHub
parent 489ff70f99
commit 9eeefaccdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]