blob: f5cf85a326345831fbe85d7d5031af34badeea89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# prefdm - preferred display manager
#
# Starts gdm/xdm/etc by preference
#
# Do not edit this file directly. If you want to change the behaviour,
# please create a file prefdm.override and put your changes there.
start on stopped rc RUNLEVEL=5
stop on starting rc RUNLEVEL=[!5]
console output
respawn
respawn limit 10 120
exec /etc/X11/prefdm -nodaemon
|