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
This commit is contained in:
Jonathan Lebon 2018-10-18 16:40:03 -04:00 committed by Atomic Bot
parent 1db0db3d7a
commit ae99b9ccdc

View File

@ -32,3 +32,4 @@ ExecStart=/usr/lib/ostree/ostree-prepare-root /sysroot
StandardInput=null
StandardOutput=syslog
StandardError=syslog+console
RemainAfterExit=yes