]> git.pld-linux.org Git - packages/gdm.git/commitdiff
- use more standard stop/start hooks auto/ti/gdm-3_2_1_1-8
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 13 Dec 2011 11:50:08 +0000 (11:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdm.upstart -> 1.4

gdm.upstart

index a3e5e17e5b3c5345c8d5ad4598814e80a9ee3ebc..21b7c249f5e69eb257b7b77f88c4c3eb5aecb168 100644 (file)
@@ -1,11 +1,13 @@
 description "Starts the Gnome Display Manager"
 
-start on local-filesystems and started messagebus
+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 pld.shutdown-started
+stop on starting rc RUNLEVEL=[!5]
 
 respawn
+respawn limit 10 120
+
 exec /usr/sbin/gdm
This page took 0.178997 seconds and 4 git commands to generate.