|
[Unit]
|
|
Description=Galera/Mariadb status checker
|
|
Requires=galera_cluster_status.socket
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/root/galera_cluster_status --haproxy
|
|
TimeoutStopSec=5
|
|
StandardInput=socket
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|