Skip to content

Commit 3e54388

Browse files
dmabryyadvr
authored andcommitted
moved logrotate from cron.daily to cron.hourly for vpcrouter in cloud-early-config
(cherry picked from commit 450deed) Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 6358985 commit 3e54388

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

systemvm/patches/debian/config/etc/init.d/cloud-early-config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,6 +1052,10 @@ EOF
10521052
echo 0 > /var/cache/cloud/dnsmasq_managed_lease
10531053
fi
10541054
load_modules
1055+
1056+
#setup hourly logrotate
1057+
mv -n /etc/cron.daily/logrotate /etc/cron.hourly 2>&1
1058+
10551059
}
10561060

10571061

0 commit comments

Comments
 (0)