- depends
This commit is contained in:
parent
bc24c966c0
commit
f35839e30e
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ cat > "$conf" <<EOF
|
||||||
check process ${to_monitor}-process with pidfile /var/run/ceph/${to_monitor}.pid
|
check process ${to_monitor}-process with pidfile /var/run/ceph/${to_monitor}.pid
|
||||||
start program = "/etc/init.d/ceph start ${to_monitor}" with timeout 60 seconds
|
start program = "/etc/init.d/ceph start ${to_monitor}" with timeout 60 seconds
|
||||||
stop program = "/etc/init.d/ceph stop ${to_monitor}"
|
stop program = "/etc/init.d/ceph stop ${to_monitor}"
|
||||||
depends on
|
|
||||||
group ceph
|
group ceph
|
||||||
$depends
|
$depends
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue