1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-05-01 06:02:23 +01:00
Files
operating-system/buildroot-external/rootfs-overlay/usr/lib/systemd/system/hassos-apparmor.service
2018-11-29 16:01:16 +00:00

14 lines
265 B
Desktop File

[Unit]
Description=HassOS AppArmor
Wants=hassos-supervisor.service
Before=docker.service hassos-supervisor.service
RequiresMountsFor=/mnt/data
[Service]
Type=oneshot
RemainAfterExit=true
ExecStart=/usr/libexec/hassos-apparmor
[Install]
WantedBy=multi-user.target