2021-08-13 18:53:18 +08:00
|
|
|
[Unit]
|
|
|
|
Description=BigBlueButton HTML5 service
|
2022-05-30 04:04:50 +08:00
|
|
|
Wants=redis-server.service mongod.service disable-transparent-huge-pages.service bbb-pads.service
|
|
|
|
After=redis-server.service mongod.service disable-transparent-huge-pages.service bbb-pads.service syslog.target network.target
|
2022-02-15 01:49:11 +08:00
|
|
|
PartOf=bigbluebutton.target
|
2021-08-13 18:53:18 +08:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
ExecStart=/usr/share/meteor/bundle/workers-start.sh
|
|
|
|
WorkingDirectory=/usr/share/meteor
|
|
|
|
# WorkingDirectory=/usr/share/meteor/bundle
|
|
|
|
RemainAfterExit=yes
|
|
|
|
# StandardOutput=syslog
|
|
|
|
# StandardError=syslog
|
|
|
|
# User=meteor
|
|
|
|
# Group=meteor
|
|
|
|
User=root
|
|
|
|
|
|
|
|
[Install]
|
2022-02-15 01:49:11 +08:00
|
|
|
WantedBy=multi-user.target bigbluebutton.target
|
2021-08-13 18:53:18 +08:00
|
|
|
|