1
0

etherpad.service.j2 366 B

123456789101112131415
  1. [Unit]
  2. Description=Etherpad-lite, the collaborative editor.
  3. After=syslog.target network.target
  4. [Service]
  5. Type=simple
  6. User=etherpad
  7. Group=etherpad
  8. WorkingDirectory=/srv/etherpad/etherpad
  9. ExecStart=/usr/bin/nodejs /srv/etherpad/etherpad/node_modules/ep_etherpad-lite/node/server.js
  10. Environment=NODE_ENV=production
  11. Restart=always
  12. [Install]
  13. WantedBy=multi-user.target