From ea05f5baf21519b03e8ddd4dbdbb8a0ef852f45a Mon Sep 17 00:00:00 2001 From: Eric Evans Date: Mon, 30 Sep 2013 11:20:05 -0500 Subject: [PATCH] fix broken process search pattern Patch by Laurent Raufaste; reviewed by eevans for CASSANDRA-6090 --- debian/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/init b/debian/init index a9496ef9a9..ce929a1af8 100644 --- a/debian/init +++ b/debian/init @@ -105,7 +105,7 @@ classpath() # process is not running but the pidfile exists (to match the exit codes for # the "status" command; see LSB core spec 3.1, section 20.2) # -CMD_PATT="-user.cassandra.+CassandraDaemon" +CMD_PATT="cassandra.+CassandraDaemon" is_running() { if [ -f $PIDFILE ]; then