summaryrefslogtreecommitdiff
blob: 3e50f71cc83bcc84ae8c3c9f828e193e8c98b74a (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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