bigbluebutton-v2.5.11/record-and-playback/core/systemd/bbb-rap-resque-worker.service
2023-01-16 14:25:39 +08:00

20 lines
525 B
Desktop File

[Unit]
Description=BigBlueButton resque worker for recordings
Wants=redis-server.service
After=redis-server.service
PartOf=bigbluebutton.target
[Service]
Type=simple
ExecStart=/usr/bin/bundle exec rake -f Rakefile resque:workers
WorkingDirectory=/usr/local/bigbluebutton/core/scripts
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 bigbluebutton.target