bigbluebutton-Github/record-and-playback/core/systemd/bbb-rap-resque-worker.service
2017-07-13 14:36:45 -03:00

12 lines
371 B
Desktop File

[Unit]
Description=BigBlueButton resque worker for recordings
[Service]
Type=simple
ExecStart=/bin/sh -c '/usr/bin/rake -f ../Rakefile resque:work >> /var/log/bigbluebutton/bbb-rap-resque.log'
WorkingDirectory=/usr/local/bigbluebutton/core/scripts
Environment=QUEUE=rap:archive,rap:publish,rap:process,rap:sanity
Environment=COUNT=1
#Environment=VVERBOSE=1
User=tomcat7