Bugzilla – Attachment #522021: Patch to fix the problem for bug #800573
;;
esac
case "$1" in
start|stop|reload|restart|try-restart|force-reload|status) echo "redirecting to systemctl" >/dev/stderr ;;
start|stop|reload|restart|try-restart|force-reload|status) echo "redirecting to systemctl" >&2 ;;
*) unset _rc_base ;;
if test -n "$_rc_base" -a -x /bin/systemctl ; then