diff --git a/example/config.yaml b/example/config.yaml index 66904d3..a5835f0 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -1,6 +1,6 @@ # https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config name: Example add-on -version: "1.2.9" +version: "1.2.11" slug: example description: Example add-on url: "https://github.com/home-assistant/addons-example/tree/main/example" @@ -11,6 +11,7 @@ arch: - amd64 - i386 init: false +startup: services kernel_modules: true full_access: true host_network: true @@ -20,9 +21,7 @@ devices: privileged: - NET_ADMIN - SYS_ADMIN - - SYS_MODULE - SYS_RAWIO - - SYS_RESOURCE - SYS_TIME - SYS_NICE #devicetree: true diff --git a/example/rootfs/etc/cont-init.d/load_modules.sh b/example/rootfs/etc/cont-init.d/load_modules.sh old mode 100644 new mode 100755 diff --git a/example/rootfs/etc/cont-init.d/remount_sys.sh b/example/rootfs/etc/cont-init.d/remount_sys.sh old mode 100644 new mode 100755