From 02680765be72ff9a8c0291a26f32c4257d28d833 Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Thu, 22 Feb 2024 10:34:44 +0100 Subject: [PATCH] Create crontab --- etc/crontab | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 etc/crontab diff --git a/etc/crontab b/etc/crontab new file mode 100644 index 0000000..96681b7 --- /dev/null +++ b/etc/crontab @@ -0,0 +1,16 @@ +SHELL=/bin/bash +PATH=/sbin:/bin:/usr/sbin:/usr/bin +MAILTO=root + +# For details see man 4 crontabs + +# 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 + +*/30 * * * * root systemctl restart com.system76.Scheduler.service