]> rtime.felk.cvut.cz Git - sojka/debian/lightdm.git/commitdiff
* debian/lightdm.service:
authorcorsac <corsac@0c9b3bff-18ee-0310-b944-d1aa2700132f>
Sat, 28 Jun 2014 08:41:10 +0000 (08:41 +0000)
committercorsac <corsac@0c9b3bff-18ee-0310-b944-d1aa2700132f>
Sat, 28 Jun 2014 08:41:10 +0000 (08:41 +0000)
  - add an [Install] section so systemctl can toggle the service.
                                                              closes: #752932

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

debian/changelog
debian/lightdm.service

index 6d3787a6da0da58aaa931d321f3ade4d0d070947..f9ac8292d1925a0292fb98b8a19aec6c5fce8247 100644 (file)
@@ -1,3 +1,11 @@
+lightdm (1.10.1-4) UNRELEASED; urgency=medium
+
+  * debian/lightdm.service:
+    - add an [Install] section so systemctl can toggle the service.
+                                                                closes: #752932
+
+ -- Yves-Alexis Perez <corsac@debian.org>  Sat, 28 Jun 2014 10:40:07 +0200
+
 lightdm (1.10.1-3) unstable; urgency=medium
 
   * debian/rules:
index 82b885c1864bf1f82f5430eb266e8509ca2deef3..0fd57deda4d683243671cdfe2394afbfb135921c 100644 (file)
@@ -10,3 +10,7 @@ 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