11 lines
236 B
SYSTEMD
11 lines
236 B
SYSTEMD
|
[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
|