summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2022-02-01 08:28:47 +1100
committerAmitay Isaacs <amitay@samba.org>2022-04-06 06:34:37 +0000
commita1e78cc372618159e5c95665b827936280572b61 (patch)
tree7985052943f1b1aec543a454d7614ad19f9058d3 /packaging
parentaca59722338aacffc37bdb5d8c0603f1bb0c3cb4 (diff)
downloadsamba-a1e78cc372618159e5c95665b827936280572b61.tar.gz
ctdb-scripts: Drop uses of ctdbd_wrapper
The only value this now provides is use of a notification script to log when start/stop are called. This was used for debugging strange start/stop failures, which have not been recently seen. Also, systemd does a good job of logging start/stop. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/systemd/ctdb.service.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/systemd/ctdb.service.in b/packaging/systemd/ctdb.service.in
index 4494f914cff..7905a93e242 100644
--- a/packaging/systemd/ctdb.service.in
+++ b/packaging/systemd/ctdb.service.in
@@ -10,8 +10,8 @@ LimitCORE=infinity
LimitNOFILE=1048576
TasksMax=4096
PIDFile=@CTDB_RUNDIR@/ctdbd.pid
-ExecStart=@SBINDIR@/ctdbd_wrapper start
-ExecStop=@SBINDIR@/ctdbd_wrapper stop
+ExecStart=@SBINDIR@/ctdbd
+ExecStop=@BINDIR@/ctdb shutdown
KillMode=control-group
Restart=no