summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/modules/disk-partitions/data/etc/systemd/system/persistent.target2
-rw-r--r--core/modules/disk-partitions/data/etc/systemd/system/setup-partitions.service3
-rw-r--r--core/modules/dnbd3-proxy-mode/data/etc/systemd/system/setup-dnbd3-proxy.service4
3 files changed, 6 insertions, 3 deletions
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]
diff --git a/core/modules/dnbd3-proxy-mode/data/etc/systemd/system/setup-dnbd3-proxy.service b/core/modules/dnbd3-proxy-mode/data/etc/systemd/system/setup-dnbd3-proxy.service
index 7b0dc5a9..533205a8 100644
--- a/core/modules/dnbd3-proxy-mode/data/etc/systemd/system/setup-dnbd3-proxy.service
+++ b/core/modules/dnbd3-proxy-mode/data/etc/systemd/system/setup-dnbd3-proxy.service
@@ -1,7 +1,7 @@
[Unit]
Description=DNBD3 proxy server config generator
-Wants=tmp.target
-After=tmp.target
+Wants=tmp.target persistent.target
+After=tmp.target persistent.target
Before=getty.target update-etc_issue.service
[Service]