bigbluebutton-Github/build/packages-template/bbb-etherpad/etherpad.service
2021-08-13 12:53:18 +02:00

19 lines
448 B
Desktop File

[Unit]
Description=Etherpad Server
Wants=redis-server.service
After=syslog.target network.target
[Service]
Type=simple
User=etherpad
Group=etherpad
WorkingDirectory=/usr/share/etherpad-lite
Environment=NODE_ENV=production
ExecStart=/usr/bin/node node_modules/ep_etherpad-lite/node/server.js
Restart=always
# use mysql plus a complete settings.json to avoid Service hold-off time over, scheduling restart.
[Install]
WantedBy=multi-user.target