Two more entries in the Rhizomatica crontab.
This commit is contained in:
parent
82b25ddf60
commit
1c67b08fd1
1 changed files with 6 additions and 0 deletions
|
@ -32,3 +32,9 @@ PYTHONPATH=$PYTHONPATH:/var/rhizomatica/rccn
|
|||
|
||||
# RAPI monitoring
|
||||
*/10 * * * * root /var/rhizomatica/bin/monitor_rapi.sh > /dev/null 2>&1
|
||||
|
||||
#Billing
|
||||
00 10 * * * root [[ $(date +'%d') -eq $(cal | awk '!/^$/{ print $NF }' | grep -v '^ ' | tail -1) ]] && /var/rhizomatica/bin/active_subscribers.sh
|
||||
|
||||
#Restart osmo-nitb every 6 hours
|
||||
00 */6 * * * root /usr/bin/sv restart osmo-nitb 2&>1 /dev/null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue