Execute the HLR Sync job regardless of the exit code of RRC
This commit is contained in:
parent
fb4a918cbb
commit
25b4f0cc52
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ PYTHONPATH=$PYTHONPATH:/var/rhizomatica/rccn
|
||||||
# */10 * * * * root /home/rhizomatica/bin/bind_check.sh
|
# */10 * * * * root /home/rhizomatica/bin/bind_check.sh
|
||||||
|
|
||||||
#Roaming jobs
|
#Roaming jobs
|
||||||
*/10 * * * * root /usr/bin/python /var/rhizomatica/rccn/rrc.py > /dev/null 2>&1 && /usr/bin/python /var/rhizomatica/rccn/rhs.py > /dev/null 2>&1
|
*/10 * * * * root /usr/bin/python /var/rhizomatica/rccn/rrc.py > /dev/null 2>&1 ; /usr/bin/python /var/rhizomatica/rccn/rhs.py > /dev/null 2>&1
|
||||||
|
|
||||||
#Cleanup inactive users
|
#Cleanup inactive users
|
||||||
0 5 * * * root /usr/bin/python /var/rhizomatica/rccn/rip.py > /dev/null 2>&1
|
0 5 * * * root /usr/bin/python /var/rhizomatica/rccn/rip.py > /dev/null 2>&1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue