2017-07-13 04:18:09 +08:00
|
|
|
[Unit]
|
|
|
|
Description=BigBlueButton resque worker for recordings
|
2021-08-19 07:31:49 +08:00
|
|
|
Wants=redis.service
|
|
|
|
After=redis.service
|
2017-07-13 04:18:09 +08:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2022-03-24 03:50:26 +08:00
|
|
|
ExecStart=bundle exec rake -f Rakefile resque:workers
|
|
|
|
WorkingDirectory=/usr/local/bigbluebutton/core
|
2021-05-05 00:01:32 +08:00
|
|
|
Environment=QUEUE=rap:archive,rap:publish,rap:process,rap:sanity,rap:captions,rap:events
|
2017-07-13 04:18:09 +08:00
|
|
|
Environment=COUNT=1
|
2019-12-06 22:50:41 +08:00
|
|
|
# Environment=VVERBOSE=1
|
|
|
|
User=bigbluebutton
|
2017-07-14 01:02:31 +08:00
|
|
|
Restart=always
|
|
|
|
RestartSec=3
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|