]> git.pld-linux.org Git - packages/gdm.git/blob - gdm.upstart
Update to 3.16.1.1
[packages/gdm.git] / gdm.upstart
1 description "Starts the Gnome Display Manager"
2
3 start on stopped rc RUNLEVEL=5 and started messagebus
4
5 # if you have haldaemon present as well:
6 #start on pld.sysinit-done and started messagebus and started haldaemon
7 #stop on pld.shutdown-started
8 stop on starting rc RUNLEVEL=[!5]
9
10 respawn
11 respawn limit 10 120
12
13 exec /usr/sbin/gdm
This page took 0.069544 seconds and 3 git commands to generate.