diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2008-08-21 22:38:12 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2008-08-21 22:38:12 +0200 |
commit | a325ac6b477255914f016da340e1bfe1ae833fd0 (patch) | |
tree | d32498041339c6f4fb1bde64468d70e0da0475d7 | |
parent | 69b86b80304329c14b225613609847922f34ebd7 (diff) | |
download | smokeping-a325ac6b477255914f016da340e1bfe1ae833fd0.tar.gz smokeping-a325ac6b477255914f016da340e1bfe1ae833fd0.tar.xz |
fix speedy settings
-rwxr-xr-x | htdocs/smokeping.cgi.dist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/htdocs/smokeping.cgi.dist b/htdocs/smokeping.cgi.dist index 4f2b38b..87e873f 100755 --- a/htdocs/smokeping.cgi.dist +++ b/htdocs/smokeping.cgi.dist @@ -1,4 +1,5 @@ -#!/usr/bin/speedy +#!/usr/bin/speedy -w -- -r100 -t30 -M5 -gSmokePing + # -*-perl-*- use strict; |