aboutsummaryrefslogtreecommitdiff
path: root/network/2ping/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/2ping/README')
-rw-r--r--network/2ping/README6
1 files changed, 4 insertions, 2 deletions
diff --git a/network/2ping/README b/network/2ping/README
index 4cf019b7474c8..f47b5705c1078 100644
--- a/network/2ping/README
+++ b/network/2ping/README
@@ -10,11 +10,13 @@ without setting one of your own up, there are several public test
listeners available. Try test.2ping.net, cromulent.colobox.com, or
linode-london.mirrors.finnix.org.
-To run a listener, you can manually start one with e.g. "2ping --listen".
+To run a listener, you can manually start it with e.g. "2ping --listen".
If you want to start a listener at boot, add a command like this to
/etc/rc.d/rc.local:
-su nobody -s /bin/sh -c 'exec /usr/bin/2ping --quiet --listen' &> /dev/null &
+su nobody -s /bin/sh -c \
+ 'exec /usr/bin/2ping --quiet --listen' \
+ &> /dev/null &
Optional dependencies: Certain command line options to 2ping require
additional packages.