Projet

Général

Profil

« Précédent | Suivant » 

Révision 924aab53

Ajouté par Frédéric Péters il y a plus de 7 ans

debian: check for corbo-manage before running cron jobs (#13993)

Voir les différences:

debian/corbo.cron.d
1 1
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
2 2
MAILTO=root
3 3

  
4
*/5 * * * * corbo corbo-manage tenant_command send_announces --all-tenants
5
0 * * * * corbo corbo-manage tenant_command sync_external_feeds --all-tenants
4
*/5 * * * * corbo test -x /usr/bin/corbo-manage && corbo-manage tenant_command send_announces --all-tenants
5
0 * * * * corbo test -x /usr/bin/corbo-manage && corbo-manage tenant_command sync_external_feeds --all-tenants

Formats disponibles : Unified diff