bigbluebutton-Github/record-and-playback/core/systemd/bbb-rap-starter.service
Daniel Molkentin dc012a2548 fix(bbb-record-core): make package install again on focal
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.
2022-03-23 22:55:04 +01:00

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