blob: b249f5214ab96e767b3f948d4c80d6abe7170b2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $OpenBSD: rc.shutdown,v 1.5 1999/09/03 18:11:48 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
#
|