Remove garbage files
[openstack-build/neutron-build.git] / debian / cron.d / quantum-lbaas-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 * * * * quantum if [ -x /usr/bin/quantum-netns-cleanup ] ; then /usr/bin/quantum-netns-cleanup --config-file=/etc/quantum/quantum.conf --config-file=/etc/quantum/lbaas_agent.ini >/dev/null 2>&1; fi