summaryrefslogtreecommitdiff
path: root/x11-base/xorg-server/files/xdm-setup.initd-1
blob: 917cd1291bf072779ff8ebdc64ae7ef98f0a2096 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/sbin/openrc-run
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

depend() {
	need localmount
}

start() {
	if get_bootparam "nox" ; then
		touch /etc/.noxdm
	fi
}