hassio-supervised-installer/files/hassio-apparmor.service
Stefan Agner b53d0d8e5f allow to customize prefix and sysconfdir
Follow GNU directory variable names and allow to specify PREFIX (by
default /usr) and sysconfdir (by default /etc). This allows to install
hassio scripts and service to alternative locations.
2019-07-21 19:14:29 +02:00

12 lines
240 B
Desktop File

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