mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 15:06:29 +00: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:
parent
c4d20e471b
commit
c050f18581
@ -1,5 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
|
Requires=dbus.socket systemd-journald.socket
|
||||||
|
After=dbus.socket systemd-journald.socket
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Environment="DBUS_SYSTEM_BUS_ADDRESS=unix:path=/run/dbus/system_bus_socket"
|
Environment="DBUS_SYSTEM_BUS_ADDRESS=unix:path=/run/dbus/system_bus_socket"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user