summaryrefslogtreecommitdiffstats
path: root/census/sched-arping
diff options
context:
space:
mode:
Diffstat (limited to 'census/sched-arping')
-rwxr-xr-xcensus/sched-arping8
1 files changed, 8 insertions, 0 deletions
diff --git a/census/sched-arping b/census/sched-arping
new file mode 100755
index 00000000..d281cac3
--- /dev/null
+++ b/census/sched-arping
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+TMP=`mktemp`
+crontab -l >$TMP
+
+echo "23 * * * * $PWD/arping_users.py > $PWD/../db/arping" |
+../util/bin/magic "arping" create $TMP
+crontab $TMP