mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
15 lines
331 B
Desktop File
15 lines
331 B
Desktop File
[Unit]
|
|
Description=Etherpad-lite, the collaborative editor.
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=__APP__
|
|
Group=__APP__
|
|
Environment="PATH=__ENV_PATH__"
|
|
Environment=NODE_ENV=production
|
|
ExecStart=__FINALPATH__/bin/safeRun.sh /var/log/__APP__/etherpad.log
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|