1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git synced 2024-09-03 18:36:09 +02:00
etherpad_mypads_ynh/conf/systemd.service
Maniack Crudelis 9570e5d810 Usage de nvm
2017-04-23 22:36:12 +02:00

14 lines
294 B
Desktop File

[Unit]
Description=Etherpad-lite, the collaborative editor.
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
ExecStartPre=__NODEJS__
Environment="PATH=__ENV_PATH__"
ExecStart=__FINALPATH__/bin/safeRun.sh /var/log/__APP__/etherpad.log
[Install]
WantedBy=multi-user.target