Merge pull request #1202 from digitalcheetah/openrc

Adding OpenRC to boot service test
This commit is contained in:
Michael Boelen 2021-11-18 11:06:14 +01:00 committed by GitHub
commit 7674a08ab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -112,6 +112,9 @@
runit)
SERVICE_MANAGER="runit"
;;
openrc-init)
SERVICE_MANAGER="openrc"
;;
*)
CONTAINS_SYSTEMD=$(echo ${SHORTNAME} | ${GREPBINARY} "systemd")
if [ -n "${CONTAINS_SYSTEMD}" ]; then