stop/start gnt-monitor using systemd
authorDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 9 Dec 2016 09:40:59 +0000 (10:40 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 9 Dec 2016 09:40:59 +0000 (10:40 +0100)
bin/install-systemd.sh

index 4eecab8..f3c3e3a 100755 (executable)
@@ -11,5 +11,6 @@ sudo gnt-cluster copyfile /etc/default/gnt-monitor
 sudo gnt-cluster command systemctl daemon-reload
 sudo gnt-cluster command systemctl enable gnt-monitor
 #sudo gnt-cluster command killall gnt-monitor
+sudo gnt-cluster command systemctl stop gnt-monitor
 sudo gnt-cluster command systemctl start gnt-monitor
 sudo gnt-cluster command systemctl status gnt-monitor