-cleanup browsermetrics in salesforce script
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
minute: "*/30"
|
||||
hour: "8-18"
|
||||
weekday: "1-5"
|
||||
job: "/usr/bin/perl -e 'sleep int rand 1800' && /home/pi/sipp/startclient.sh"
|
||||
job: "/usr/bin/perl -e 'sleep int rand 1800' && /home/pi/scripts/startclient.sh"
|
||||
user: root
|
||||
tags: sipclient_cron
|
||||
- name: stop sip calling after hours
|
||||
@@ -15,6 +15,6 @@
|
||||
name: "stop sip client"
|
||||
hour: "17"
|
||||
weekday: "1-5"
|
||||
job: "/usr/bin/perl -e 'sleep int rand 1800' && /home/pi/sipp/stopclient.sh"
|
||||
job: "/usr/bin/perl -e 'sleep int rand 1800' && /home/pi/scripts/stopclient.sh"
|
||||
user: root
|
||||
tags: sipclient_stop
|
||||
|
||||
Reference in New Issue
Block a user