db2d8efa0d
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.
14 lines
309 B
Desktop File
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
|