From 9261843a276f86caf937e3aafc2df30e072fa6cc 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