mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-29 16:06:30 +00:00
Wait until Internet is available before starting AppArmor (#1547)
This makes sure that internet connectivity is available to replace the AppArmor configuration in case the device has been wiped.
This commit is contained in:
parent
7ca4e90885
commit
66d5957310
@ -1,6 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=HassOS AppArmor
|
Description=HassOS AppArmor
|
||||||
Wants=hassos-supervisor.service
|
Wants=hassos-supervisor.service network-online.target time-sync.target
|
||||||
|
After=network-online.target time-sync.target
|
||||||
Before=docker.service hassos-supervisor.service
|
Before=docker.service hassos-supervisor.service
|
||||||
RequiresMountsFor=/mnt/data
|
RequiresMountsFor=/mnt/data
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user