From fbd1a5bde922be9c571d54567c977618e2c4bfc5 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Tue, 10 Sep 2019 12:23:00 -0400 Subject: [PATCH] hidepid before sysinit.target --- lib/systemd/system/proc-hidepid.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/systemd/system/proc-hidepid.service b/lib/systemd/system/proc-hidepid.service index 535b8b1..95560e3 100644 --- a/lib/systemd/system/proc-hidepid.service +++ b/lib/systemd/system/proc-hidepid.service @@ -4,6 +4,8 @@ [Unit] Description=Mounts /proc with hidepid=2 Documentation=https://github.com/Whonix/security-misc +DefaultDependencies=no +Before=sysinit.target Requires=local-fs.target After=local-fs.target