
* laying the groundwork * moving more stuff * move files into place * add control * postinst script * preinst * added more to postinst and preinst * I think this works * fix gitignore and control * fixes * Delete homeassistant-supervised.deb * Check network connection * first test of build deb * test 2 * create changelog * switch to lowercase for github action * test without args * fix typo in example changelog * Resolve errors * Space out control * added files to gitignore * update gitignore * putting everything in place * revert actions changes * Test action * test workflow * new action * get rid of push * set version number to match os agent format * added machine type select * move bin * postrm undo dpkg-divert
12 lines
240 B
Desktop File
12 lines
240 B
Desktop File
[Unit]
|
|
Description=Hass.io AppArmor
|
|
Wants=hassio-supervisor.service
|
|
Before=%%SERVICE_DOCKER%% hassio-supervisor.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=true
|
|
ExecStart=%%HASSIO_APPARMOR_BINARY%%
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|