~zulcss/neutron/quantum-b1-ubuntu2

« back to all changes in this revision

Viewing changes to debian/cron.d/quantum-lbaas-agent-netns-cleanup

  • Committer: James Page
  • Date: 2013-04-22 15:02:39 UTC
  • mfrom: (145.1.1 quantum)
  • Revision ID: james.page@canonical.com-20130422150239-dh5hx3jnakj1x44r
* Fix invalid multi-line cron jobs (LP: #1170312):
  - d/cron.d/*: Consolidate jobs into a single command line, set syntax
    highlighting to type 'crontab'. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# vim: set filetype=crontab:
1
2
# Periodically cleans Quantum's network namespaces on behalf of the Quantum
2
3
# L3 agent.
3
 
0 * * * * quantum if [ -x /usr/bin/quantum-netns-cleanup ] ; then \
4
 
                    /usr/bin/quantum-netns-cleanup \
5
 
                    --config-file=/etc/quantum/quantum.conf  \
6
 
                    --config-file=/etc/quantum/lbaas_agent.ini >/dev/null 2>&1; fi
 
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