From c87fc75f2a7d6ed38362729d27030f83b08292d3 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Sat, 5 Oct 2019 09:36:21 +0000 Subject: [PATCH] fix, run remove-system-map.service during sysinit.target --- lib/systemd/system/remove-system-map.service | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/systemd/system/remove-system-map.service b/lib/systemd/system/remove-system-map.service index 69dd333..fdfbf6b 100644 --- a/lib/systemd/system/remove-system-map.service +++ b/lib/systemd/system/remove-system-map.service @@ -1,10 +1,14 @@ [Unit] Description=Removes the System.map files Documentation=https://github.com/Whonix/security-misc +DefaultDependencies=no +Before=sysinit.target +Requires=local-fs.target +After=local-fs.target [Service] Type=oneshot ExecStart=/usr/lib/security-misc/remove-system.map [Install] -WantedBy=multi-user.target +WantedBy=sysinit.target