Update DEB-specs to 2013.2 version
[openstack-build/neutron-build.git] / debian / cron.d / neutron-dhcp-agent-netns-cleanup
1 # vim: set filetype=crontab:
2 # Periodically cleans Quantum's network namespaces on behalf of the Quantum
3 # DHCP agent.
4 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