summaryrefslogtreecommitdiffstats
path: root/core/modules/disk-partitions/data/etc/systemd/system
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/disk-partitions/data/etc/systemd/system')
l---------core/modules/disk-partitions/data/etc/systemd/system/local-fs.target.wants/setup-partitions.service1
-rw-r--r--core/modules/disk-partitions/data/etc/systemd/system/setup-partitions.service11
-rw-r--r--core/modules/disk-partitions/data/etc/systemd/system/tmp.target2
3 files changed, 14 insertions, 0 deletions
diff --git a/core/modules/disk-partitions/data/etc/systemd/system/local-fs.target.wants/setup-partitions.service b/core/modules/disk-partitions/data/etc/systemd/system/local-fs.target.wants/setup-partitions.service
new file mode 120000
index 00000000..af2957f8
--- /dev/null
+++ b/core/modules/disk-partitions/data/etc/systemd/system/local-fs.target.wants/setup-partitions.service
@@ -0,0 +1 @@
+../setup-partitions.service \ No newline at end of file
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
new file mode 100644
index 00000000..16e3b990
--- /dev/null
+++ b/core/modules/disk-partitions/data/etc/systemd/system/setup-partitions.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Setup local disk partitions (tmp, swap)
+After=systemd-udev-settle.service systemd-udevd.service
+Wants=tmp.target systemd-udevd.service
+Before=tmp.target
+DefaultDependencies=no
+
+[Service]
+Type=oneshot
+ExecStart=/opt/openslx/scripts/systemd-setup_partitions
+RemainAfterExit=yes
diff --git a/core/modules/disk-partitions/data/etc/systemd/system/tmp.target b/core/modules/disk-partitions/data/etc/systemd/system/tmp.target
new file mode 100644
index 00000000..12f8a679
--- /dev/null
+++ b/core/modules/disk-partitions/data/etc/systemd/system/tmp.target
@@ -0,0 +1,2 @@
+[Unit]
+Description=Backwards compatibility target