mirror of
https://github.com/YunoHost-Apps/nodebb_ynh.git
synced 2024-09-03 19:46:29 +02:00
17 lines
362 B
Desktop File
17 lines
362 B
Desktop File
[Unit]
|
|
Description=NodeBB forum for Node.js.
|
|
After=network.target
|
|
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=__APP__
|
|
Group=__APP__
|
|
WorkingDirectory=__FINALPATH__
|
|
ExecStartPre=n 8.0.0
|
|
Environment="PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/node_n/bin"
|
|
ExecStart=/opt/node_n/bin/node app.js start
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|