mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-26 22:46:32 +00:00
Fix Docker socket path (#885)
The Docker socket path is /run/docker.sock. Also only one path can be used per property. This fixes the supervisor service, which currently refuses to start due to missing Docker socket.
This commit is contained in:
parent
59b9d82a55
commit
1708ed11b4
@ -6,7 +6,8 @@ After=docker.service rauc.service dbus.service network-online.target
|
|||||||
RequiresMountsFor=/mnt/data /mnt/boot /mnt/overlay
|
RequiresMountsFor=/mnt/data /mnt/boot /mnt/overlay
|
||||||
StartLimitIntervalSec=60
|
StartLimitIntervalSec=60
|
||||||
StartLimitBurst=5
|
StartLimitBurst=5
|
||||||
ConditionPathExists=/run/dbus/system_bus_socket /run/docker.socket
|
ConditionPathExists=/run/dbus/system_bus_socket
|
||||||
|
ConditionPathExists=/run/docker.sock
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
Loading…
x
Reference in New Issue
Block a user