From 6d908a38e05b9d4135c65d23114a5874215b5bb8 Mon Sep 17 00:00:00 2001 From: Lukc Date: Sat, 11 Dec 2010 19:15:23 +0100 Subject: Engagement initial. --- dcron/crontab | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dcron/crontab (limited to 'dcron/crontab') diff --git a/dcron/crontab b/dcron/crontab new file mode 100644 index 0000000..6cf0d18 --- /dev/null +++ b/dcron/crontab @@ -0,0 +1,10 @@ +# +# /etc/crontab: crond(8) configuration +# + +@hourly ID=sys.hourly /usr/sbin/runjobs /etc/cron/hourly +@daily ID=sys.daily /usr/sbin/runjobs /etc/cron/daily +@weekly ID=sys.weekly /usr/sbin/runjobs /etc/cron/weekly +@monthly ID=sys.monthly /usr/sbin/runjobs /etc/cron/monthly + +# End of file -- cgit v1.2.3-54-g00ecf