mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 23:16:31 +00:00
Add hassos-apparmor dependency to supervisor (#1140)
The supervisor container requires the "hassio-supervisor" AppArmor profile. Make sure our AppArmor service hassos-apparmor is a dependency of the hassos-supervisor.service.
This commit is contained in:
parent
51bd8bd0e5
commit
be2a64f4d2
@ -1,7 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=HassOS supervisor
|
Description=HassOS supervisor
|
||||||
Requires=docker.service rauc.service dbus.service
|
Requires=docker.service rauc.service dbus.service
|
||||||
Wants=network-online.target
|
Wants=network-online.target hassos-apparmor.service
|
||||||
After=docker.service rauc.service dbus.service network-online.target
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user