bigbluebutton-Github/record-and-playback/core/systemd/bbb-rap-caption-inbox.service
Calvin Walton db2d8efa0d bbb-record-core: Update systemd units to use bundler
Several scripts internally run bundler setup, so no explicit bundler
command is needed. For the others, start up using /usr/bin/bundle
(installed by ruby-bundler) to load the environment.
2022-03-29 12:41:27 -04:00

14 lines
309 B
Desktop File

[Unit]
Description=BigBlueButton recording caption upload handler
[Service]
Type=simple
ExecStart=/usr/local/bigbluebutton/core/scripts/rap-caption-inbox.rb
WorkingDirectory=/usr/local/bigbluebutton/core
User=bigbluebutton
Slice=bbb_record_core.slice
Restart=on-failure
[Install]
WantedBy=multi-user.target