Bugzilla – Attachment #459150: patch to not redirect non-standard command to systemd for bug #725942
else
_rc_base=${0##*/rc}
fi
case "$1" in
start|stop|reload|restart|try-restart|force-reload|status) echo "redirecting to systemctl" >/dev/stderr ;;
*) unset _rc_base ;;
esac
;;
if test -n "$_rc_base" -a -x /bin/systemctl ; then