From fc2ccd7abc96d1234ea129db8be6a63b83c1282a Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 22 Jul 2021 13:20:43 +0200 Subject: [dnbd3-proxy-mode/disk-partitions] Add persistent.target --- core/modules/disk-partitions/data/etc/systemd/system/persistent.target | 2 ++ .../disk-partitions/data/etc/systemd/system/setup-partitions.service | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 core/modules/disk-partitions/data/etc/systemd/system/persistent.target (limited to 'core/modules/disk-partitions') diff --git a/core/modules/disk-partitions/data/etc/systemd/system/persistent.target b/core/modules/disk-partitions/data/etc/systemd/system/persistent.target new file mode 100644 index 00000000..68ab1052 --- /dev/null +++ b/core/modules/disk-partitions/data/etc/systemd/system/persistent.target @@ -0,0 +1,2 @@ +[Unit] +Description=Persistent partition has been mounted (if found) diff --git a/core/modules/disk-partitions/data/etc/systemd/system/setup-partitions.service b/core/modules/disk-partitions/data/etc/systemd/system/setup-partitions.service index 1f570c9d..0c8a0dd4 100644 --- a/core/modules/disk-partitions/data/etc/systemd/system/setup-partitions.service +++ b/core/modules/disk-partitions/data/etc/systemd/system/setup-partitions.service @@ -1,7 +1,8 @@ [Unit] Description=Setup local disk partitions (persistent, swap) After=systemd-udev-settle.service systemd-udevd.service -Wants=tmp.target +Wants=tmp.target persistent.target +Before=persistent.target DefaultDependencies=no [Service] -- cgit v1.2.3-55-g7522