bigbluebutton-Github/record-and-playback/core/systemd/bbb-rap-caption-inbox.service
2023-05-16 07:09:26 +02:00

16 lines
366 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
Nice=19
[Install]
WantedBy=multi-user.target bigbluebutton.target