From dc17f6c38da24512cac1ce6595fb53a099d46c4d Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Sat, 10 Jun 2023 00:43:35 +0200 Subject: [PATCH] Make sure rpcbind gets started after systemd-tmpfiles is ready (#2582) --- .../etc/systemd/system/rpcbind.service.d/haos.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 buildroot-external/rootfs-overlay/etc/systemd/system/rpcbind.service.d/haos.conf diff --git a/buildroot-external/rootfs-overlay/etc/systemd/system/rpcbind.service.d/haos.conf b/buildroot-external/rootfs-overlay/etc/systemd/system/rpcbind.service.d/haos.conf new file mode 100644 index 000000000..36ce592a0 --- /dev/null +++ b/buildroot-external/rootfs-overlay/etc/systemd/system/rpcbind.service.d/haos.conf @@ -0,0 +1,2 @@ +[Unit] +DefaultDependencies=yes