From 79f9c1fb3adac319342a22c099401cb21af4429f Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Mon, 6 Nov 2023 15:48:09 -0500 Subject: [PATCH] add sysinit-post.target https://github.com/Kicksecure/security-misc/pull/152 --- lib/systemd/system/sysinit-post.target | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/systemd/system/sysinit-post.target diff --git a/lib/systemd/system/sysinit-post.target b/lib/systemd/system/sysinit-post.target new file mode 100644 index 0000000..faeb6f9 --- /dev/null +++ b/lib/systemd/system/sysinit-post.target @@ -0,0 +1,9 @@ +[Unit] +Description=sys-init.target by security-misc + +After=sysinit.target +Before=basic.target +Requires=sysinit.target + +[Install] +WantedBy=basic.target