--- trunk/include/mtools.minc 2012/01/14 01:36:11 40 +++ trunk/include/mtools.minc 2012/01/30 22:43:33 43 @@ -135,7 +135,7 @@ local opts # only run if systemd was found - if [[ ! -x /bin/systemctl ]] + if [[ ! -x /bin/systemctl ]] && [[ ! -x /usr/bin/systemctl ]] then echo "systemd not found, not adding unit ${service} to runlevels!" return @@ -189,7 +189,7 @@ local opts # only run if systemd was found - if [[ ! -x /bin/systemctl ]] + if [[ ! -x /bin/systemctl ]] && [[ ! -x /usr/bin/systemctl ]] then echo "systemd not found, not removing unit ${service} from runlevels!" return @@ -255,7 +255,7 @@ local opts # only run if systemd was found - if [[ ! -x /bin/systemctl ]] + if [[ ! -x /bin/systemctl ]] && [[ ! -x /usr/bin/systemctl ]] then echo "systemd not found, not removing unit ${service} from runlevels!" return