diff --git a/include/tests_boot_services b/include/tests_boot_services index 840de0b1..358586f4 100644 --- a/include/tests_boot_services +++ b/include/tests_boot_services @@ -65,6 +65,7 @@ # runit - Used by Artix, Devuan, Dragora and Void # systemd - Common option with more Linux distros implementing it # upstart - Used by Debian/Ubuntu + # procd - Used by OpenWrt Register --test-no BOOT-5104 --weight L --network NO --category security --description "Determine service manager" if [ ${SKIPTEST} -eq 0 ]; then BOOT_LOADER_SEARCHED=1 @@ -114,6 +115,9 @@ openrc-init) SERVICE_MANAGER="openrc" ;; + procd) + SERVICE_MANAGER="procd" + ;; *) CONTAINS_SYSTEMD=$(echo ${SHORTNAME} | ${GREPBINARY} "systemd") if [ -n "${CONTAINS_SYSTEMD}" ]; then