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

17 lines
309 B
SYSTEMD
Raw Normal View History

2017-04-20 00:12:05 +02:00
[Unit]
Description=NodeBB forum for Node.js.
After=network.target
2017-04-20 00:12:05 +02:00
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__
2017-07-25 13:45:30 +02:00
ExecStartPre=__NODEJS__
Environment="PATH=__ENV_PATH__"
2017-08-17 15:11:00 +02:00
ExecStart=__NODE__ loader.js --no-daemon --no-silent
2017-04-20 00:12:05 +02:00
Restart=always
[Install]
WantedBy=multi-user.target