17 lines
460 B
Desktop File
17 lines
460 B
Desktop File
[Unit]
|
|
Description=BigBlueButton resque worker for recordings
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/bin/sh -c '/usr/bin/rake -f ../Rakefile resque:workers >> /var/log/bigbluebutton/bbb-rap-worker.log'
|
|
WorkingDirectory=/usr/local/bigbluebutton/core/scripts
|
|
Environment=QUEUE=rap:archive,rap:publish,rap:process,rap:sanity,rap:captions
|
|
Environment=COUNT=1
|
|
# Environment=VVERBOSE=1
|
|
User=bigbluebutton
|
|
Restart=always
|
|
RestartSec=3
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|