summaryrefslogtreecommitdiff
path: root/garbd.service
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-05 02:01:41 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-05 02:01:41 +0000
commit06f8d7b145dbedc0d20790f69bb58883d635df57 (patch)
tree42c40fbaccf0b1bd1244645b6eedac1129013ce3 /garbd.service
parentac548b1020885584a5c6c3c587db6e8fe542c1ff (diff)
automatic import of galeraopeneuler24.03_LTS
Diffstat (limited to 'garbd.service')
-rw-r--r--garbd.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/garbd.service b/garbd.service
new file mode 100644
index 0000000..9645fe2
--- /dev/null
+++ b/garbd.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Galera Arbitrator Daemon
+Documentation=http://www.codership.com/wiki/doku.php?id=galera_arbitrator
+
+[Service]
+ExecStart=/usr/sbin/garbd-wrapper
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target