From f3647e74787483f0d8076de742cc6f36645f1396 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Fri, 6 Dec 2019 12:18:18 -0500 Subject: [PATCH] RemainAfterExit=yes --- lib/systemd/system/remount-secure.service | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/systemd/system/remount-secure.service b/lib/systemd/system/remount-secure.service index 385f18e..3e5760b 100644 --- a/lib/systemd/system/remount-secure.service +++ b/lib/systemd/system/remount-secure.service @@ -11,6 +11,7 @@ After=local-fs.target [Service] Type=oneshot +RemainAfterExit=yes ExecStart=/usr/lib/security-misc/remount-secure [Install]