blob: 1c42393d2c079a807fcdd58fa4e6a5b525fd929f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $OpenBSD: rc.shutdown,v 1.7 2006/06/22 00:41:59 deraadt Exp $
#
# If it exists, this script is run at system-shutdown by reboot(8),
# halt(8). If the architecture supports keyboard requested halting,
# it is also run by init(8) when such an event happens.
#
powerdown=NO # set to YES for powerdown
#
# Your shell code goes here
#
|