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

17 lines
388 B
SYSTEMD
Raw Normal View History

2020-10-20 13:46:23 +02:00
[Unit]
Description=Etherpad-lite, the collaborative editor.
After=syslog.target network.target postgresql.service
[Service]
Type=simple
User=__APP__
Group=__APP__
2020-11-02 21:16:51 +01:00
WorkingDirectory=__FINALPATH__
2020-10-20 13:46:23 +02:00
Environment="NODE_ENV=production"
Environment="__YNH_NODE_LOAD_PATH__"
2020-10-20 18:22:47 +02:00
ExecStart=__FINALPATH__/node_modules/ep_etherpad-lite/node/server.js
2020-10-20 13:46:23 +02:00
Restart=always
[Install]
WantedBy=multi-user.target