commit d7af7846f5316681b3ac9297330799ab66e4a93f parent 8e839de264d217154431a0f72830f3c5e1b118a7 Author: Anselm R. Garbe <garbeam@wmii.de> Date: Wed, 1 Mar 2006 12:06:19 +0100 increasing status loop to 1 second, ixp is fast Diffstat:
| rc/status | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rc/status b/rc/status @@ -19,5 +19,5 @@ trap "wmiir remove /bar/$n 2>/dev/null; exit" 15 while true do xwrite /bar/$n/data `date` `uptime | sed 's/.*://; s/,//g'` || exit - sleep 2 + sleep 1 done