mirror of
https://github.com/YunoHost-Apps/nodebb_ynh.git
synced 2024-09-03 19:46:29 +02:00
[Fix] NodeBB service error
This commit is contained in:
parent
6016faf869
commit
52a19d4bf1
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=NodeBB forum for Node.js.
|
||||
Documentation=http://nodebb.readthedocs.io/en/latest/
|
||||
Documentation=https://docs.nodebb.org
|
||||
After=system.slice multi-user.target
|
||||
|
||||
[Service]
|
||||
|
@ -13,8 +13,7 @@ SyslogIdentifier=nodebb
|
|||
|
||||
Environment=NODE_ENV=production
|
||||
WorkingDirectory=/var/www/nodebb
|
||||
ExecStart=./nodebb start
|
||||
ExecStop=./nodebb stop
|
||||
ExecStart=/var/www/nodebb/nodebb --no-silent --no-daemon
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Add table
Reference in a new issue