From: corsac Date: Mon, 15 Sep 2014 11:06:07 +0000 (+0000) Subject: don't add install section to lightdm.service X-Git-Url: http://rtime.felk.cvut.cz/gitweb/sojka/debian/lightdm.git/commitdiff_plain/0f8e34a9c883b879f27c6b35526bf1b0a71ab98b don't add install section to lightdm.service 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 --- diff --git a/debian/changelog b/debian/changelog index 82142c2..499e661 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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). diff --git a/debian/lightdm.service b/debian/lightdm.service index 0fd57de..82b885c 100644 --- a/debian/lightdm.service +++ b/debian/lightdm.service @@ -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