]> git.pld-linux.org Git - packages/gdm.git/blob - gdm.upstart
systemd unit
[packages/gdm.git] / gdm.upstart
1 description "Starts the Gnome Display Manager"
2
3 start on local-filesystems 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
8 stop on pld.shutdown-started
9
10 respawn
11 exec /usr/sbin/gdm
This page took 0.027849 seconds and 3 git commands to generate.