53c3ed0d7d
Instead of being executed every 30s by systemd, it's now a service that's running all the time and will wait for .done files to start the processing of recordings.
11 lines
269 B
Desktop File
11 lines
269 B
Desktop File
[Unit]
|
|
Description=BigBlueButton recording processing starter
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/bigbluebutton/core/scripts/rap-starter.rb
|
|
WorkingDirectory=/usr/local/bigbluebutton/core/scripts
|
|
User=bigbluebutton
|
|
Slice=bbb_record_core.slice
|
|
Restart=on-failure
|