blob: fb67439850ed71b4ff50e2793ea9faa730671382 (
plain)
1
2
3
4
5
6
7
8
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
/sbin/reboot -idp
# hmm, if the above failed, that's kind of odd ...
# so let's force a reboot
/sbin/reboot -f
|