This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# minute hour day of month month day of week command | |
# 0-59 0-23 1-31 1-12 0-7 (0/7 is Sun) | |
30 18 * * * root /opt/vc/bin/tvservice -p ; /opt/vc/bin/tvservice -o | |
30 8 * * 1-5 root /opt/vc/bin/tvservice -p ; sudo chvt 6; sudo chvt 7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment