2019-02-19 11:10:05 +01:00
|
|
|
# {{ ansible_managed }}
|
2019-02-05 08:35:45 +01:00
|
|
|
|
|
|
|
[Unit]
|
|
|
|
Description=Etherpad-lite, the collaborative editor.
|
|
|
|
After=syslog.target network-online.target mysql.service postgresql.service
|
|
|
|
Conflicts=shutdown.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
User=etherpad
|
|
|
|
Group=etherpad
|
|
|
|
WorkingDirectory=/var/local/etherpad/etherpad-lite
|
|
|
|
ExecStart=/usr/bin/nodejs /var/local/etherpad/etherpad-lite/node_modules/ep_etherpad-lite/node/server.js
|
|
|
|
Restart=always
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|