Update DEB-specs to 2013.2 version
[openstack-build/neutron-build.git] / debian / cron.d / neutron-l3-agent-netns-cleanup
1 # vim: set filetype=crontab:
2 # Periodically cleans Quantum's network namespaces on behalf of the Quantum
3 # L3 agent.
4 0 * * * * neutron if [ -x /usr/bin/neutron-netns-cleanup ] ; then /usr/bin/neutron-netns-cleanup --config-file=/etc/neutron/neutron.conf --config-file=/etc/neutron/l3_agent.ini >/dev/null 2>&1; fi