2017-07-13 04:18:09 +08:00
|
|
|
[Unit]
|
|
|
|
Description=BigBlueButton resque worker for recordings
|
2022-05-30 04:04:50 +08:00
|
|
|
Wants=redis-server.service
|
|
|
|
After=redis-server.service
|
2022-03-17 22:04:16 +08:00
|
|
|
PartOf=bigbluebutton.target
|
2017-07-13 04:18:09 +08:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2022-03-30 00:41:27 +08:00
|
|
|
ExecStart=/usr/bin/bundle exec rake -f Rakefile resque:workers
|
2017-07-13 04:18:09 +08:00
|
|
|
WorkingDirectory=/usr/local/bigbluebutton/core/scripts
|
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
|
2023-05-16 13:06:55 +08:00
|
|
|
Nice=19
|
2017-07-14 01:02:31 +08:00
|
|
|
|
|
|
|
[Install]
|
2022-03-17 22:04:16 +08:00
|
|
|
WantedBy=multi-user.target bigbluebutton.target
|