This paste expires on 2023-04-14 04:09:46.275757. Repaste, or download this paste. . Pasted through v1-api.

# 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 &
}
Filename: # cat /etc/init.d/watchGalera;. Size: 325b. View raw, , hex, or download this file.