]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
06dbus: Do not install superfluous services
authorDaniel Molkentin <dmolkentin@suse.com>
Tue, 24 Nov 2020 18:42:55 +0000 (19:42 +0100)
committerDaniel Molkentin <daniel@molkentin.de>
Wed, 25 Nov 2020 17:21:39 +0000 (18:21 +0100)
modules.d/06dbus/module-setup.sh

index 6843cfa3434d5c9386e8e22538b6ca7da0e581bc..05b7dbfe89e9f76171f4763b5393dc58b257f7a4 100755 (executable)
@@ -36,21 +36,12 @@ install() {
     /usr/bin/dbus-daemon \
     /usr/bin/dbus-send
 
-  dbus_system_services="
-        org.freedesktop.systemd1
-        org.freedesktop.timedate1
-        org.freedesktop.hostname1
-  "
   inst_dir      /etc/dbus-1/system.d
   inst_dir      /usr/share/dbus-1/services
   inst_dir      /usr/share/dbus-1/system-services
   inst_multiple /etc/dbus-1/system.conf
   inst_multiple /usr/share/dbus-1/system.conf \
                 /usr/share/dbus-1/services/org.freedesktop.systemd1.service
-  for service in $dbus_system_services ; do
-      inst_multiple        /etc/dbus-1/system.d/${service}.conf \
-              /usr/share/dbus-1/system-services/${service}.service
-  done
   inst_multiple $(find /var/lib/dbus)
 
   inst_hook cleanup 99 "$moddir/dbus-cleanup.sh"