summaryrefslogtreecommitdiff
path: root/debian/patches/Disable_Dbus_activation_by_default.diff.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/Disable_Dbus_activation_by_default.diff.patch')
-rw-r--r--debian/patches/Disable_Dbus_activation_by_default.diff.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/patches/Disable_Dbus_activation_by_default.diff.patch b/debian/patches/Disable_Dbus_activation_by_default.diff.patch
new file mode 100644
index 000000000..48d67330e
--- /dev/null
+++ b/debian/patches/Disable_Dbus_activation_by_default.diff.patch
@@ -0,0 +1,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