summaryrefslogtreecommitdiff
path: root/debian/patches/Disable_Dbus_activation_by_default.diff.patch
blob: 48d67330e8eccb88c67d9091f29747f3563603d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/login/org.freedesktop.login1.service.in
+++ b/src/login/org.freedesktop.login1.service.in
@@ -7,5 +7,7 @@
 
 [D-BUS Service]
 Name=org.freedesktop.login1
-Exec=@rootlibexecdir@/elogind --daemon
+# By default, Dbus activation of elogind is disabled. The daemon is started via an init script.
+# Exec=@rootlibexecdir@/elogind --daemon
+Exec=/bin/true
 User=root