97c0f51964
The rap scripts might load or run some scripts using relative paths from the scripts directory, so restore that. Bundler automatically looks up in parent dirs to find the Gemfile, so loading gems will work correctly.
14 lines
307 B
Desktop File
14 lines
307 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
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|