From 3c91c43fdf92e72596ed2d632b31b4eb93c98e9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=9Eahin=20Akkaya?= Date: Tue, 26 Dec 2023 13:50:02 +0300 Subject: [PATCH] Add example crontab file --- .config/crontab | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .config/crontab diff --git a/.config/crontab b/.config/crontab new file mode 100644 index 0000000..7971d9b --- /dev/null +++ b/.config/crontab @@ -0,0 +1,19 @@ +# DISPLAY=:0 +XDG_RUNTIME_DIR=/run/user/1000 + + +# Example of job definition: +# .---------------- minute (0 - 59) +# | .------------- hour (0 - 23) +# | | .---------- day of month (1 - 31) +# | | | .------- month (1 - 12) OR Jan-Dec +# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR SUN-SAT +# | | | | | +# * * * * * user-name command to be executed + +# * any value +# , value list separator +# - range of values +# / step values + +* * * * * /home/sahin/scripts/check-battery.sh 10