diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:09:25 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:09:25 +0000 |
commit | 23f20ba0514c6f63490e251faf85239f2b0868f6 (patch) | |
tree | 42c40fbaccf0b1bd1244645b6eedac1129013ce3 /garbd.service | |
parent | 4b43c8547e87c6cb8b152a9813ba46fb91c09ba1 (diff) |
automatic import of galeraopeneuler24.03_LTS
Diffstat (limited to 'garbd.service')
-rw-r--r-- | garbd.service | 10 |
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 |