[Debian-ha-commits] [sbd] 03/05: debian/rules: disable stop/start for sbd_remote
Valentin Vidic
vvidic-guest at moszumanska.debian.org
Tue Jul 25 15:18:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
vvidic-guest pushed a commit to branch master
in repository sbd.
commit a66a7d96738474bd346ee6ace1e866d2d398d034
Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
Date: Tue Jul 25 16:30:01 2017 +0200
debian/rules: disable stop/start for sbd_remote
Start/stop of sbd_remote hould be handled by pacemaker_remote.
---
debian/rules | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index e326e2c..ff3dbbb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,8 +28,8 @@ override_dh_missing:
dh_missing --fail-missing
# sbd is started through corosync.
-override_dh_systemd_start:
- dh_systemd_start --no-start
-
override_dh_installinit:
dh_installinit --only-scripts --no-start
+
+# sbd_remote is started through pacemaker_remote.
+override_dh_systemd_start:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/sbd.git
More information about the Debian-HA-Commits
mailing list