2019-05-11 02:06:23 +08:00
|
|
|
[Unit]
|
|
|
|
Description=BigBlueButton recording caption upload handler
|
2022-03-17 22:04:16 +08:00
|
|
|
PartOf=bigbluebutton.target
|
2019-05-11 02:06:23 +08:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
ExecStart=/usr/local/bigbluebutton/core/scripts/rap-caption-inbox.rb
|
2022-03-24 03:50:26 +08:00
|
|
|
WorkingDirectory=/usr/local/bigbluebutton/core
|
2019-05-11 02:06:23 +08:00
|
|
|
User=bigbluebutton
|
|
|
|
Slice=bbb_record_core.slice
|
|
|
|
Restart=on-failure
|
2020-01-22 01:23:47 +08:00
|
|
|
|
|
|
|
[Install]
|
2022-03-17 22:04:16 +08:00
|
|
|
WantedBy=multi-user.target bigbluebutton.target
|