bigbluebutton-Github/record-and-playback/core/systemd/bbb-rap-caption-inbox.service

13 lines
262 B
SYSTEMD
Raw Normal View History

[Unit]
Description=BigBlueButton recording caption upload handler
[Service]
Type=simple
ExecStart=/usr/local/bigbluebutton/core/scripts/rap-caption-inbox.rb
User=bigbluebutton
Slice=bbb_record_core.slice
Restart=on-failure
[Install]
WantedBy=multi-user.target