From 2c1f6b9dffafecbda32b136d06abf65558f07700 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 18 Dec 2024 21:15:51 -0500 Subject: initial commit, I think I got everything --- system/crontab/crontab | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 system/crontab/crontab (limited to 'system/crontab') diff --git a/system/crontab/crontab b/system/crontab/crontab new file mode 100644 index 0000000..44f90d5 --- /dev/null +++ b/system/crontab/crontab @@ -0,0 +1,17 @@ +# Global variables +SHELL=/bin/bash +PATH=/sbin:/bin:/usr/sbin:/usr/bin +MAILTO=root +HOME=/ + +# For details see man 5 crontab + +# Example of job definition: +# .---------------- minute (0 - 59) +# | .------------- hour (0 - 23) +# | | .---------- day of month (1 - 31) +# | | | .------- month (1 - 12) OR jan,feb,mar,apr ... +# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat +# | | | | | +# * * * * * user-name command to be executed + 15 13 * * 1 josh /sbin/fstrim --all -- cgit v1.2.3