From 322a58dc9230970a212a8fff73b17a19c62e99dc Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Fri, 9 Dec 2016 19:32:58 +0100 Subject: [PATCH] document bug and add workaround --- BUGS | 1 + bin/install-sysv.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 BUGS diff --git a/BUGS b/BUGS new file mode 100644 index 0000000..b1ac102 --- /dev/null +++ b/BUGS @@ -0,0 +1 @@ +- init.d script doesn't stop service correctly diff --git a/bin/install-sysv.sh b/bin/install-sysv.sh index 20401e0..8fd6968 100755 --- a/bin/install-sysv.sh +++ b/bin/install-sysv.sh @@ -9,7 +9,7 @@ sudo cp init.d/gnt-monitor /etc/init.d/gnt-monitor sudo gnt-cluster copyfile /etc/init.d/gnt-monitor #sudo gnt-cluster command apt-get install psmisc -#sudo gnt-cluster command killall -r gnt-monitor +sudo gnt-cluster command killall -r gnt-monitor sudo gnt-cluster command service gnt-monitor restart sudo gnt-cluster command 'ps ax | grep gnt-monitor' -- 2.20.1