blob: 3e50f71cc83bcc84ae8c3c9f828e193e8c98b74a [file] [log] [blame]
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
opts="-dpk"
[ "${RC_DOWN_INTERFACE}" = "yes" ] && opts="${opts}i"
/sbin/reboot "${opts}" 2>/dev/null
# hmm, if the above failed, that's kind of odd ...
# so let's force a reboot
/sbin/reboot -f