bigbluebutton-Github/build/packages-template/bbb-etherpad/etherpad.service
Daniel Molkentin 91c882862e fix paste error
2022-03-17 16:06:42 +01:00

20 lines
494 B
Desktop File

[Unit]
Description=Etherpad Server
Wants=redis-server.service
After=syslog.target network.target
PartOf=bigbluebutton.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 bigbluebutton.target