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:
ericgaspar 2021-07-01 23:31:36 +02:00
parent 8dd2b1b58a
commit 8d6124a7b9
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -11,11 +11,11 @@ Environment=NODE_ENV=production
WorkingDirectory=__FINALPATH__
PIDFile=__FINALPATH__/pidfile
Environment="__YNH_NODE_LOAD_PATH__"
ExecStart=__FINALPATH__/loader.js
ExecStart=__YNH_NODE__ loader.js
Restart=always
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=nodebb
SyslogIdentifier=__APP__
[Install]
WantedBy=multi-user.target