blob: 5e7db63abe46520aa302d9df4ff4156effefb6cd (
plain)
1
2
3
4
5
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
|