diff --git a/inc/services.inc b/inc/services.inc index 16e56234..b874543c 100755 --- a/inc/services.inc +++ b/inc/services.inc @@ -401,6 +401,8 @@ SERVICE_MGMT(){ if [ ${QUIET} -eq 0 ] && [ "${SERVICE['action']}" != "status" ]; then if [[ "enable,disable" = *"${SERVICE['action']}"* ]] || [ "${SERVICE['service']}" = "daemon-reload" ]; then echo -e "${idsCL[Green]}Done${idsCL[Default]}" + elif [[ "${srva}" = *".socket"* ]] && [ "$(${NCMD} systemctl is-active ${SERVICE['service']})" = "active" ]; then + echo -e "${idsCL[Green]}Done (& socket service)${idsCL[Default]}" elif [[ "${srva}" = *"@pdns"* ]] && [ "$(${NCMD} systemctl is-active ${SERVICE['service']})" = "active" ]; then echo -e "${idsCL[Green]}Done (& @pdns)${idsCL[Default]}" elif [ "$(${NCMD} systemctl is-active ${SERVICE['service']})" = "active" ]; then