]> git.pld-linux.org Git - packages/percona-toolkit.git/commitdiff
add note how to see connect errors
authorElan Ruusamäe <glen@delfi.ee>
Sun, 25 May 2014 17:45:06 +0000 (20:45 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 25 May 2014 17:45:06 +0000 (20:45 +0300)
pt-kill.init

index 05502876d70bf665f3772aba0fd4f9c5fca93855..233484a65d47a1142cdef41dd29f71c761a462cc 100755 (executable)
@@ -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"
This page took 0.071165 seconds and 4 git commands to generate.