~ricotz/gdm/ubuntu

« back to all changes in this revision

Viewing changes to debian/gdm.upstart

  • Committer: Steve Langasek
  • Date: 2011-09-19 19:43:41 UTC
  • Revision ID: steve.langasek@canonical.com-20110919194341-iq7v9zdz91sxm9jh
whoops, we do need the outermost parentheses or else upstart can't parse the job

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
description     "GNOME Display Manager"
7
7
author          "William Jon McCann <mccann@jhu.edu>"
8
8
 
9
 
start on (filesystem
10
 
          and runlevel [!06]
11
 
          and started dbus
12
 
          and (drm-device-added card0 PRIMARY_DEVICE_FOR_DISPLAY=1
13
 
               or stopped udev-fallback-graphics))
14
 
         or runlevel PREVLEVEL=S
 
9
start on ((filesystem
 
10
           and runlevel [!06]
 
11
           and started dbus
 
12
           and (drm-device-added card0 PRIMARY_DEVICE_FOR_DISPLAY=1
 
13
                or stopped udev-fallback-graphics))
 
14
          or runlevel PREVLEVEL=S)
15
15
 
16
16
stop on runlevel [016]
17
17