mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-08 09:39:03 +01:00
Improve service ordering for udisks2.service (#2632)
UDisks2 requires D-Bus and the systemd-journald, hence add the two sockets as a requirement and order the service after them.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
[Unit]
|
||||
DefaultDependencies=no
|
||||
Requires=dbus.socket systemd-journald.socket
|
||||
After=dbus.socket systemd-journald.socket
|
||||
|
||||
[Service]
|
||||
Environment="DBUS_SYSTEM_BUS_ADDRESS=unix:path=/run/dbus/system_bus_socket"
|
||||
|
||||
Reference in New Issue
Block a user