From 5650547e129d6a5d5d894cdc912869e0db1a16b2 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Apr 04 2022 01:00:49 +0000 Subject: Revert "Add ConditionPathExists check to systemd units" This breaks setup of persistent overlays. This reverts commit bfe677ff3d7491e025031872ab41d2a1aecdabd4. --- diff --git a/systemd/livesys-late.service b/systemd/livesys-late.service index c177aa2..5708aa8 100644 --- a/systemd/livesys-late.service +++ b/systemd/livesys-late.service @@ -3,7 +3,6 @@ Description=Late Initialization for live environments After=livesys.service Before=display-manager.service chronyd.service ConditionKernelCommandLine=rd.live.image -ConditionPathExists=!/.liveimg-late-configured [Service] Type=oneshot diff --git a/systemd/livesys.service b/systemd/livesys.service index fac6b04..86829c8 100644 --- a/systemd/livesys.service +++ b/systemd/livesys.service @@ -2,7 +2,6 @@ Description=Initialization for live environments Before=display-manager.service chronyd.service ConditionKernelCommandLine=rd.live.image -ConditionPathExists=!/.liveimg-configured [Service] Type=oneshot