diff options
Diffstat (limited to '')
-rw-r--r-- | cron/lightingcontrol | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cron/lightingcontrol b/cron/lightingcontrol new file mode 100644 index 0000000..4a482fb --- /dev/null +++ b/cron/lightingcontrol @@ -0,0 +1,5 @@ +SHELL=/bin/sh +PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin + +# m h dom mon dow user command +@reboot root /usr/sbin/lightingcontrol |