This is a clone of the Flamenco repository from back in the days when Server, Manager and Worker shared the same Git repository. This is the commit where that ended, and they went their separate ways.
9 lines
250 B
Plaintext
9 lines
250 B
Plaintext
# Run Flamenco-Worker outside office hours.
|
|
|
|
SHELL=/bin/bash
|
|
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
|
|
|
# m h dom mon dow user command
|
|
0 20 * * mon-fri root /bin/systemctl start flamenco-worker
|
|
0 8 * * mon-fri root /bin/systemctl stop flamenco-worker
|