1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodebb_ynh.git synced 2024-09-03 19:46:29 +02:00
nodebb_ynh/conf/systemd.service
2019-01-06 00:43:22 +01:00

15 lines
290 B
Desktop File

[Unit]
Description=NodeBB forum for Node.js.
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__
Environment=NODE_ENV=production
ExecStart=__NODE__/node loader.js --no-daemon --no-silent
Restart=always
[Install]
WantedBy=multi-user.target