From 203fbfed319a78b5f6f48cc34a563504ce2afccd Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Mon, 11 May 2015 08:02:44 +0000 Subject: [PATCH] Add lock wrapper to pkgdb-sync-bugzilla --- roles/pkgdb2/templates/pkgdb-sync-bugzilla.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/pkgdb2/templates/pkgdb-sync-bugzilla.cron b/roles/pkgdb2/templates/pkgdb-sync-bugzilla.cron index 43ea1c2a41..bee1c71439 100644 --- a/roles/pkgdb2/templates/pkgdb-sync-bugzilla.cron +++ b/roles/pkgdb2/templates/pkgdb-sync-bugzilla.cron @@ -1,4 +1,4 @@ # Synchronize pkgdb with bugzilla # -*/10 * * * * root PKGDB2_CONFIG=/etc/pkgdb2/pkgdb2.cfg /usr/bin/pkgdb-sync-bugzilla +*/10 * * * * root PKGDB2_CONFIG=/etc/pkgdb2/pkgdb2.cfg /usr/local/bin/lock-wrapper pkgdb-sync-bugzilla "/usr/bin/pkgdb-sync-bugzilla"