Don't really want dbus.service either. v3
authorAuke Kok <auke-jan.h.kok@intel.com>
Tue, 1 May 2012 20:45:43 +0000 (13:45 -0700)
committerAuke Kok <auke-jan.h.kok@intel.com>
Tue, 1 May 2012 20:45:43 +0000 (13:45 -0700)
configure.ac
xorg.service.in

index abcdb9d..8aa30e9 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.68])
-AC_INIT([xorg-launch-helper], [2], [auke-jan.h.kok@intel.com])
+AC_INIT([xorg-launch-helper], [3], [auke-jan.h.kok@intel.com])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 AC_CONFIG_FILES([Makefile src/Makefile])
 AC_CONFIG_SRCDIR([src/main.c])
index 95c440b..36019f0 100644 (file)
@@ -13,7 +13,6 @@
 
 [Unit]
 Description=Xorg server launch helper
-Wants=dbus.service 
 Before=xorg.target
 
 [Service]