bigbluebutton-Github/build/packages-template/bbb-html5/bbb-html5.service
2022-02-27 02:36:36 +00:00

21 lines
558 B
Desktop File

[Unit]
Description=BigBlueButton HTML5 service
Wants=redis.service mongod.service disable-transparent-huge-pages.service bbb-pads.service
After=redis.service mongod.service disable-transparent-huge-pages.service bbb-pads.service syslog.target network.target
[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]
WantedBy=multi-user.target