Added lock-wrapper to umdl to ensure only one instance of umdl is running.
This commit is contained in:
parent
36d21bd670
commit
cc1f8bf700
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ MAILTO=root
|
|||
|
||||
# update master directory list
|
||||
# logs sent to /var/log/mirrormanager/umdl.log by default
|
||||
0 */2 * * * root /usr/bin/mm2_update-master-directory-list
|
||||
0 */2 * * * root /usr/local/bin/lock-wrapper umdl /usr/bin/mm2_update-master-directory-list
|
||||
|
||||
# Sync netblocks list once a day
|
||||
30 0 * * * root cd /usr/share/mirrormanager2 && /usr/bin/mm2_get_global_netblocks /var/lib/mirrormanager/global_netblocks.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue