mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 06:45:13 +01:00
Right now this service fails in `bcvk run-ephemeral`, but also likely fails in any non-bootc system that has `subscription-manager` installed. A problem is that dependencies of units are started even if the dependee has a condition that disables it. This basically the target and path depend on `/run/ostree-booted` being present (which yes, won't work for composefs...) Tests: Covered by extant `012-test-unit-status.nu` Signed-off-by: Colin Walters <walters@verbum.org>
11 lines
268 B
Desktop File
11 lines
268 B
Desktop File
[Unit]
|
|
Description=Cleanup previous the installation after an alongside installation
|
|
Documentation=man:bootc(8)
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/lib/bootc/fedora-bootc-destructive-cleanup
|
|
PrivateMounts=true
|
|
|
|
# No [Install] section, this is enabled via generator
|