10 lines
244 B
SYSTEMD
10 lines
244 B
SYSTEMD
|
[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=tomcat7
|
||
|
Slice=bbb_record_core.slice
|