mirror of
https://github.com/YunoHost-Apps/nodebb_ynh.git
synced 2024-09-03 19:46:29 +02:00
5f4f62461e
* [Fix] NodeBB service error * Update install
20 lines
397 B
Desktop File
20 lines
397 B
Desktop File
[Unit]
|
|
Description=NodeBB forum for Node.js.
|
|
Documentation=https://docs.nodebb.org
|
|
After=system.slice multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
SyslogIdentifier=nodebb
|
|
|
|
Environment=NODE_ENV=production
|
|
WorkingDirectory=/var/www/nodebb
|
|
ExecStart=/var/www/nodebb/nodebb --no-silent --no-daemon
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|