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
8dd2b1b58a
commit
8d6124a7b9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue