infra/roles/etherpad/templates/etherpad.service.j2

16 lines
366 B
Text
Raw Normal View History

2020-09-29 00:13:52 +02:00
[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