From bfd200a0e2c959477b2df8f0cfeabbe9f17007b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 25 May 2014 20:45:06 +0300 Subject: [PATCH] add note how to see connect errors --- pt-kill.init | 1 + 1 file changed, 1 insertion(+) diff --git a/pt-kill.init b/pt-kill.init index 0550287..233484a 100755 --- a/pt-kill.init +++ b/pt-kill.init @@ -44,6 +44,7 @@ start() { # FIXME: instead of removing, fix stop process rm -f $sentinel # use RC_LOGGING=no, because we need to escape ";" from shell + # NOTE: disable --redirfds to be able to see connect errors RC_LOGGING=no \ daemon --user $user --redirfds \ /usr/bin/pt-kill --config $config --daemonize --pid $pidfile --sentinel $sentinel "$dsn" -- 2.44.0