Test sge_execd in two steps

This commit is contained in:
Jeremy Gardais 2021-11-24 07:36:32 +01:00
parent 1279e28e83
commit c7d3012d0c
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 5 additions and 0 deletions

View File

@ -565,6 +565,11 @@ main() { # {{{
&& systemctl --quiet start sge_execd.service > /dev/null 2>&1 \
&& 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
## If we need to watch for upgrades