hassio-supervised-installer/files/hassio-apparmor.service
Stefan Agner b7fa6c0030 use templates and always adjust paths
This prepares for further customization of file locations.
2019-07-21 19:11:52 +02:00

12 lines
239 B
Desktop File

[Unit]
Description=Hass.io AppArmor
Wants=hassio-supervisor.service
Before=%%DOCKER_SERVICE%% hassio-supervisor.service
[Service]
Type=oneshot
RemainAfterExit=true
ExecStart=/usr/sbin/hassio-apparmor
[Install]
WantedBy=multi-user.target