mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-19 22:50:35 +03:00
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:
parent
1db0db3d7a
commit
ae99b9ccdc
@ -32,3 +32,4 @@ ExecStart=/usr/lib/ostree/ostree-prepare-root /sysroot
|
||||
StandardInput=null
|
||||
StandardOutput=syslog
|
||||
StandardError=syslog+console
|
||||
RemainAfterExit=yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user