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
256 B
Plaintext
9 lines
256 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 /usr/sbin/service flamenco-worker start
|
|
0 8 * * mon-fri root /usr/sbin/service flamenco-worker stop
|