16 lines
366 B
Text
16 lines
366 B
Text
|
[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
|