1
0
Fork 0
forked from cisti/infra
infra/roles/stable/etherpad/templates/etherpad.service.j2
2020-11-10 23:14:10 +01:00

15 lines
366 B
Django/Jinja

[Unit]
Description=Etherpad-lite, the collaborative editor.
After=syslog.target network.target
[Service]
Type=simple
User=etherpad
Group=etherpad
WorkingDirectory=/srv/etherpad/etherpad
ExecStart=/usr/bin/nodejs /srv/etherpad/etherpad/node_modules/ep_etherpad-lite/node/server.js
Environment=NODE_ENV=production
Restart=always
[Install]
WantedBy=multi-user.target