diff --git a/buildroot-external/rootfs-overlay/etc/systemd/system/multi-user.target.wants/hassio-bind.target b/buildroot-external/rootfs-overlay/etc/systemd/system/multi-user.target.wants/hassio-bind.target new file mode 120000 index 000000000..b1966adb3 --- /dev/null +++ b/buildroot-external/rootfs-overlay/etc/systemd/system/multi-user.target.wants/hassio-bind.target @@ -0,0 +1 @@ +/usr/lib/systemd/system/hassio-bind.target \ No newline at end of file diff --git a/buildroot-external/rootfs-overlay/syste b/buildroot-external/rootfs-overlay/syste new file mode 120000 index 000000000..3a69e9df9 --- /dev/null +++ b/buildroot-external/rootfs-overlay/syste @@ -0,0 +1 @@ +usr/lib/syste \ No newline at end of file diff --git a/buildroot-external/rootfs-overlay/usr/lib/systemd/system/hassio-bind.target b/buildroot-external/rootfs-overlay/usr/lib/systemd/system/hassio-bind.target index 6a38736d9..89f74b94d 100644 --- a/buildroot-external/rootfs-overlay/usr/lib/systemd/system/hassio-bind.target +++ b/buildroot-external/rootfs-overlay/usr/lib/systemd/system/hassio-bind.target @@ -1,4 +1,5 @@ [Unit] Description=Hassio overlay targets Documentation=man:systemd.target(5) -After: local-fs.target +After=local-fs.target +Before=sysinit.target