]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
fix(dbus-daemon): actually enable the dbus service and socket
authorBtbN <timo@rothenpieler.org>
Sun, 23 Jun 2024 12:14:54 +0000 (14:14 +0200)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Mon, 1 Jul 2024 09:03:33 +0000 (05:03 -0400)
modules.d/06dbus-daemon/module-setup.sh

index 8345585f9ad5be38c6a77f478d28a96b7c4a9d95..e5ad43cd7afbecaeb94c9a18b600b786db38d6fc 100755 (executable)
@@ -53,6 +53,8 @@ install() {
         "$systemdsystemunitdir"/dbus.service \
         "$systemdsystemunitdir"/dbus.socket \
         "$systemdsystemunitdir"/dbus.target.wants \
+        "$systemdsystemunitdir"/multi-user.target.wants/dbus.service \
+        "$systemdsystemunitdir"/sockets.target.wants/dbus.socket \
         busctl dbus-send dbus-daemon
 
     # Adjusting dependencies for initramfs in the dbus service unit.