summaryrefslogtreecommitdiff
path: root/recipes-extended
diff options
context:
space:
mode:
authorYash Goyal <yash.goyal@arm.com>2020-04-14 02:24:33 -0500
committerYash Goyal <yash.goyal@arm.com>2020-06-10 13:11:00 -0500
commit77fdc17bb64f3210291932188b49ded605a72c87 (patch)
tree05ef4f9b068426ce9aa5b87924432e9f85bdaf3c /recipes-extended
parent39e8e6c0074c5c3074fe6e9441b8bfdbc8580a97 (diff)
Removed the midnight restart of gateway services
This is no longer needed as memory leak in maestro has been fixed
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/cronie/cronie/crontab1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-extended/cronie/cronie/crontab b/recipes-extended/cronie/cronie/crontab
index 62319b1..207572f 100644
--- a/recipes-extended/cronie/cronie/crontab
+++ b/recipes-extended/cronie/cronie/crontab
@@ -9,7 +9,6 @@ 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