You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sp...@apache.org on 2017/04/26 17:42:50 UTC

[04/10] cassandra git commit: Add pidfile directive to redhat cassandra script

Add pidfile directive to redhat cassandra script

patch by Stefan Podkowinski; reviewed by Michael Shuler for CASSANDRA-13434


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/5c6fc5e3
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/5c6fc5e3
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/5c6fc5e3

Branch: refs/heads/trunk
Commit: 5c6fc5e3102293672d1894204b8b4988480ae500
Parents: bd540bc
Author: Stefan Podkowinski <s....@gmail.com>
Authored: Wed Apr 12 16:42:18 2017 +0200
Committer: Stefan Podkowinski <s....@gmail.com>
Committed: Wed Apr 26 19:29:45 2017 +0200

----------------------------------------------------------------------
 redhat/cassandra | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/5c6fc5e3/redhat/cassandra
----------------------------------------------------------------------
diff --git a/redhat/cassandra b/redhat/cassandra
index 3079487..5ff9c48 100644
--- a/redhat/cassandra
+++ b/redhat/cassandra
@@ -6,6 +6,7 @@
 # 
 # chkconfig: 2345 20 80
 # description: Starts and stops Cassandra
+# pidfile: /var/run/cassandra/cassandra.pid
 
 . /etc/rc.d/init.d/functions