| # cat /etc/init.d/watchGalera
|
| #!/sbin/openrc-run
|
| # Copyright 1999-2016 Gentoo Foundation
|
| # Distributed under the terms of the GNU General Public License v2
|
|
|
| superviser="supervise-daemon"
|
| command="echo "Safe" 2>&1 >/dev/null && checkconfig"
|
|
|
| depend() {
|
| need !net
|
| }
|
|
|
| checkconfig () {
|
|
|
| /usr/local/bin/watchGalera &
|
|
|
| }
|