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