From b8091850082fe1b956d6cff11fc7aa17786e693e Mon Sep 17 00:00:00 2001 From: madaidan <50278627+madaidan@users.noreply.github.com> Date: Thu, 27 Jun 2019 16:09:52 +0000 Subject: [PATCH] Update remove-system-map.service --- lib/systemd/system/remove-system-map.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/systemd/system/remove-system-map.service b/lib/systemd/system/remove-system-map.service index 03720f9..89a028b 100644 --- a/lib/systemd/system/remove-system-map.service +++ b/lib/systemd/system/remove-system-map.service @@ -3,7 +3,7 @@ Description=Removes the System.map files [Service] Type=oneshot -Execstart=/usr/lib/security-misc/remove-system.map +ExecStart=/usr/lib/security-misc/remove-system.map [Install] WantedBy=multi-user.target