From 3116a56f1353681fbb97d4e7f92ee069f2577b33 Mon Sep 17 00:00:00 2001 From: madaidan <50278627+madaidan@users.noreply.github.com> Date: Tue, 25 Jun 2019 19:25:32 +0000 Subject: [PATCH] Create remove-system-map.service --- lib/systemd/system/remove-system-map.service | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/systemd/system/remove-system-map.service diff --git a/lib/systemd/system/remove-system-map.service b/lib/systemd/system/remove-system-map.service new file mode 100644 index 0000000..03720f9 --- /dev/null +++ b/lib/systemd/system/remove-system-map.service @@ -0,0 +1,9 @@ +[Unit] +Description=Removes the System.map files + +[Service] +Type=oneshot +Execstart=/usr/lib/security-misc/remove-system.map + +[Install] +WantedBy=multi-user.target