diff options
Diffstat (limited to 'cf-replace')
| -rw-r--r-- | cf-replace | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cf-replace b/cf-replace new file mode 100644 index 0000000..bd2d1f3 --- /dev/null +++ b/cf-replace @@ -0,0 +1,5 @@ +SHELL=/bin/bash +MAILTO="markus@nordu.net" +# Minute Hour Day of Month Month Day of Week User Command +# CF engine replacement scripts +*/15 * * * * root sleep $[ ( $RANDOM \% 120 ) + 1 ]s ; /usr/local/bin/ssh-keys.sh |
