X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=trusty%2Fdebian%2Fcron.d%2Fneutron-dhcp-agent-netns-cleanup;h=69654c2bb97ea31ded3a3c471091312ffa8837fa;hb=HEAD;hp=826dbd74a5d3b5fbd74fc4e9e16711353f8181a9;hpb=3650bade146bf59a7828feda89ddb602dfea6047;p=openstack-build%2Fneutron-build.git diff --git a/trusty/debian/cron.d/neutron-dhcp-agent-netns-cleanup b/trusty/debian/cron.d/neutron-dhcp-agent-netns-cleanup index 826dbd74a..69654c2bb 100644 --- a/trusty/debian/cron.d/neutron-dhcp-agent-netns-cleanup +++ b/trusty/debian/cron.d/neutron-dhcp-agent-netns-cleanup @@ -1,4 +1,3 @@ -# vim: set filetype=crontab: # Periodically cleans Neutron's network namespaces on behalf of the Neutron # DHCP agent. 30 * * * * neutron if [ -x /usr/bin/neutron-netns-cleanup ] ; then /usr/bin/neutron-netns-cleanup --config-file=/etc/neutron/neutron.conf --config-file=/etc/neutron/dhcp_agent.ini >/dev/null 2>&1; fi