diff --git a/svc.sh b/svc.sh index 516cdfc..e79fdef 100755 --- a/svc.sh +++ b/svc.sh @@ -34,8 +34,12 @@ NC='\033[0m' # No Color if [[ -f "/usr/bin/sv " ]];then serviceManager="runit" + echo -e "${LGREEN}Detected Runit${NC}\n" elif [[ -f "/usr/bin/systemctl" ]];then serviceManager="systemd" + echo -e "${LGREEN}Detected SystemD${NC}\n" +else + echo -e "${LRED}no supported service manager found${NC}\n" fi