dc012a2548
Now uses Ubuntu's bundler version to install all dependencies at build time rather than install time. Gems are also now vendored, and no longer pollute the operating system.
14 lines
286 B
Desktop File
14 lines
286 B
Desktop File
[Unit]
|
|
Description=BigBlueButton recording processing starter
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=bundle exec ruby scripts/rap-starter.rb
|
|
WorkingDirectory=/usr/local/bigbluebutton/core
|
|
User=bigbluebutton
|
|
Slice=bbb_record_core.slice
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|