fix broken process search pattern

Patch by Laurent Raufaste; reviewed by eevans for CASSANDRA-6090
This commit is contained in:
Eric Evans 2013-09-30 11:20:05 -05:00
parent eb2a813cdf
commit ea05f5baf2
1 changed files with 1 additions and 1 deletions

2
debian/init vendored
View File

@ -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