1
0
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:
Stefan Agner
2023-07-05 02:40:50 +02:00
committed by GitHub
parent 9cd3e438fa
commit 689faa0260
@@ -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"