bigbluebutton-Github/record-and-playback/core/systemd/bbb-rap-caption-inbox.service
2022-04-01 14:21:15 -04:00

15 lines
358 B
Desktop File

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