source: projects/initscripts/trunk/init/prefdm.conf @ 2988

Revision 2988, 217 bytes checked in by daisuke, 13 years ago (diff)

update upstart scripts

Line 
1# prefdm - preferred display manager
2#
3# Starts gdm/xdm/etc by preference
4
5start on stopped rc RUNLEVEL=5
6
7stop on starting rc RUNLEVEL=[!5]
8
9console output
10respawn
11respawn limit 10 120
12exec /etc/X11/prefdm -nodaemon
Note: See TracBrowser for help on using the repository browser.