summaryrefslogtreecommitdiff
path: root/system/crontab
diff options
context:
space:
mode:
Diffstat (limited to 'system/crontab')
-rw-r--r--system/crontab/crontab17
1 files changed, 17 insertions, 0 deletions
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