summaryrefslogtreecommitdiff
blob: 559b6603d8d77cc8cd227e1d6157bf22a1be68b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/sbin/runscript
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

depend() {
	need localmount
}

start() {
	if [[ -f /etc/nologin.boot ]] ; then
		rm -f /etc/nologin /etc/nologin.boot &> /dev/null
	fi
}


# vim:ts=4