dc012a2548
Now uses Ubuntu's bundler version to install all dependencies at build time rather than install time. Gems are also now vendored, and no longer pollute the operating system.
19 lines
445 B
Desktop File
19 lines
445 B
Desktop File
[Unit]
|
|
Description=BigBlueButton resque worker for recordings
|
|
Wants=redis.service
|
|
After=redis.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=bundle exec rake -f Rakefile resque:workers
|
|
WorkingDirectory=/usr/local/bigbluebutton/core
|
|
Environment=QUEUE=rap:archive,rap:publish,rap:process,rap:sanity,rap:captions,rap:events
|
|
Environment=COUNT=1
|
|
# Environment=VVERBOSE=1
|
|
User=bigbluebutton
|
|
Restart=always
|
|
RestartSec=3
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|