mirror of
https://github.com/YunoHost-Apps/nodebb_ynh.git
synced 2024-09-03 19:46:29 +02:00
17 lines
329 B
Desktop File
17 lines
329 B
Desktop File
[Unit]
|
|
Description=NodeBB forum for Node.js.
|
|
After=syslog.target
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=__APP__
|
|
Group=__APP__
|
|
WorkingDirectory=__FINALPATH__
|
|
ExecStartPre=__NODEJS__
|
|
Environment="PATH=__ENV_PATH__"
|
|
ExecStart=__NODE__ loader.js --no-daemon --no-silent
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|