]> rtime.felk.cvut.cz Git - sojka/debian/lightdm.git/commitdiff
don't add install section to lightdm.service
authorcorsac <corsac@0c9b3bff-18ee-0310-b944-d1aa2700132f>
Mon, 15 Sep 2014 11:06:07 +0000 (11:06 +0000)
committercorsac <corsac@0c9b3bff-18ee-0310-b944-d1aa2700132f>
Mon, 15 Sep 2014 11:06:07 +0000 (11:06 +0000)
it's actually a bad idea (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733220#25)

git-svn-id: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/lightdm@8585 0c9b3bff-18ee-0310-b944-d1aa2700132f

debian/changelog
debian/lightdm.service

index 82142c2ed1c923d0d44ae9f8709c38525dae9b1f..499e661fdcb910b9fa2f21bc723296a2420210ba 100644 (file)
@@ -1,8 +1,5 @@
 lightdm (1.10.1-4) UNRELEASED; urgency=medium
 
-  * debian/lightdm.service:
-    - add an [Install] section so systemctl can toggle the service.
-                                                                closes: #752932
   * debian/patches:
     - 06_allow_libpamsystemd_and_ck_together dropped, ConsoleKit is now
       deprecated (wether we're using init=systemd or not).
index 0fd57deda4d683243671cdfe2394afbfb135921c..82b885c1864bf1f82f5430eb266e8509ca2deef3 100644 (file)
@@ -10,7 +10,3 @@ ExecStartPre=/bin/sh -c '[ "$(cat /etc/X11/default-display-manager 2>/dev/null)"
 ExecStart=/usr/sbin/lightdm
 Restart=always
 BusName=org.freedesktop.DisplayManager
-
-[Install]
-Alias=display-manager.service
-WantedBy=graphical.target