diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-11 01:08:01 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:22 +0700 |
commit | ecd998564a159f76d5a5c3e7b08c05c46d8a2b5f (patch) | |
tree | 7940913e9abe613dfa7cd6e5e6eb148d28d95a35 /network/2ping/README | |
parent | 5d36a1e75c9eb0d0b42ed670eb39268704c3f74e (diff) | |
download | slackbuilds-ecd998564a159f76d5a5c3e7b08c05c46d8a2b5f.tar.gz |
network/2ping: Updated for version 4.5.1.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/2ping/README')
-rw-r--r-- | network/2ping/README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/network/2ping/README b/network/2ping/README index 4cf019b747..f47b5705c1 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. |