diff options
Diffstat (limited to 'crontab_add.txt')
-rw-r--r-- | crontab_add.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/crontab_add.txt b/crontab_add.txt new file mode 100644 index 0000000..5e7db63 --- /dev/null +++ b/crontab_add.txt @@ -0,0 +1,6 @@ +# these are probably going to need some fixing, for example the shutdown path may differ +# to normal user: +@reboot /home/USERNAME/FoodJS/init.sh + +# to root: +0 0 * * 7 /sbin/shutdown -r now |