bigbluebutton-Github/record-and-playback/core/systemd/bbb-rap-starter.service
Leonardo Crauss Daronco 53c3ed0d7d Change rap-starter to run persistently and watch for file changes
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.
2019-12-05 11:41:13 -03:00

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