forked from cisti/infra
15 lines
366 B
Django/Jinja
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
|