From ae99b9ccdc0ba0b75f3877461d5cc2b3b49fd9be Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Thu, 18 Oct 2018 16:40:03 -0400 Subject: [PATCH] ostree-prepare-root.service: Use RemainAfterExit=yes For the same reasons as #1697. This is especially important in services that are likely to be used as an `After/Before=` target in other units. `ostree-prepare-root.service` is one such service. Closes: #1759 Approved by: cgwalters --- src/boot/ostree-prepare-root.service | 1 + 1 file changed, 1 insertion(+) diff --git a/src/boot/ostree-prepare-root.service b/src/boot/ostree-prepare-root.service index 5467bcfd..455afc3e 100644 --- a/src/boot/ostree-prepare-root.service +++ b/src/boot/ostree-prepare-root.service @@ -32,3 +32,4 @@ ExecStart=/usr/lib/ostree/ostree-prepare-root /sysroot StandardInput=null StandardOutput=syslog StandardError=syslog+console +RemainAfterExit=yes