diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-11-27 14:31:48 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-11-27 14:31:48 +0000 |
commit | b98935c2ea808510e479e05e299604f20237c1b0 (patch) | |
tree | 638e235c869fc043f3d8b816df2da302384947b0 /cron/lightingcontrol | |
parent | 3af2ad7472d267789688cedcc193fd925e3256e2 (diff) | |
download | verteco-b98935c2ea808510e479e05e299604f20237c1b0.tar.gz |
Add {lighting,phidget}control cron.d files
Diffstat (limited to 'cron/lightingcontrol')
-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 |