Test sge_execd in two steps
This commit is contained in:
parent
1279e28e83
commit
c7d3012d0c
|
@ -565,6 +565,11 @@ main() { # {{{
|
||||||
&& systemctl --quiet start sge_execd.service > /dev/null 2>&1 \
|
&& systemctl --quiet start sge_execd.service > /dev/null 2>&1 \
|
||||||
&& sleep "${sleep_delay}"
|
&& sleep "${sleep_delay}"
|
||||||
## }}}
|
## }}}
|
||||||
|
## If anything related to SGE is still absent from the system {{{
|
||||||
|
### Exit with error if the service can't start
|
||||||
|
is_proc_absent "${sge_proc_pattern}" \
|
||||||
|
&& exit 4
|
||||||
|
## }}}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
## If we need to watch for upgrades
|
## If we need to watch for upgrades
|
||||||
|
|
Loading…
Reference in New Issue