summaryrefslogtreecommitdiff
path: root/recipes-extended
diff options
context:
space:
mode:
authorYash Goyal <yash.goyal@arm.com>2019-05-09 21:31:12 +0300
committerYash Goyal <yash.goyal@arm.com>2019-05-09 22:22:11 +0300
commitca07764527d09f2c77604e1afc61a98d23ccc58a (patch)
tree0312d8aedd74cde39aeb53fef7c3e545ba656e24 /recipes-extended
parent3b194da861c5c6dcf2aa274e13c81b741a8d8f9d (diff)
Updated crontab to restart services every day at 1 am
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/cronie/cronie/crontab1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/cronie/cronie/crontab b/recipes-extended/cronie/cronie/crontab
index 207572f..62319b1 100644
--- a/recipes-extended/cronie/cronie/crontab
+++ b/recipes-extended/cronie/cronie/crontab
@@ -9,6 +9,7 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
#m h dom mon dow user command
*/10 * * * * root /usr/sbin/logrotate /etc/logrotate.conf > /wigwag/log/cron-logrotate.log 2>&1
+0 1 * * * root /wigwag/wwrelay-utils/dev-tools/scripts/restartjob.sh >> /wigwag/log/restartjob.log 2>&1
1 * * * * root cd / && run-parts /etc/cron.hourly
30 7 * * * root cd / && run-parts /etc/cron.daily
42 7 * * 7 root cd / && run-parts /etc/cron.weekly