1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00
etherpad_ynh/conf/systemd.service
ericgaspar a6477fa4be
fix
2020-10-20 18:19:02 +02:00

16 lines
410 B
Desktop File

[Unit]
Description=Etherpad-lite, the collaborative editor.
After=syslog.target network.target postgresql.service
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__
Environment="NODE_ENV=production"
Environment="__YNH_NODE_LOAD_PATH__"
ExecStart=--experimental-worker __FINALPATH__/node_modules/ep_etherpad-lite/node/server.js
Restart=always
[Install]
WantedBy=multi-user.target