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
2017-07-09 00:49:12 +02:00

17 lines
312 B
Desktop File

[Unit]
Description=NodeBB forum for Node.js.
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__
ExecStartPre=__NODEJS__
Environment="PATH=__ENV_PATH__"
ExecStart=__FINALPATH__/nodebb --no-silent --no-daemon
Restart=always
[Install]
WantedBy=multi-user.target