]> git.pld-linux.org Git - packages/gdm.git/blobdiff - gdm.upstart
- moved glib schema to libs, gnome-shell will not start without it
[packages/gdm.git] / gdm.upstart
index b3e4425fe11cb25622ce0a3a5e7ccf2fc5afa7be..21b7c249f5e69eb257b7b77f88c4c3eb5aecb168 100644 (file)
@@ -1,7 +1,13 @@
 description "Starts the Gnome Display Manager"
 
-start on pld.sysinit-done and started messagebus
-stop on pld.shutdown-started
+start on stopped rc RUNLEVEL=5 and started messagebus
+
+# if you have haldaemon present as well:
+#start on pld.sysinit-done and started messagebus and started haldaemon
+#stop on pld.shutdown-started
+stop on starting rc RUNLEVEL=[!5]
 
 respawn
+respawn limit 10 120
+
 exec /usr/sbin/gdm
This page took 0.083436 seconds and 4 git commands to generate.