summaryrefslogtreecommitdiff
path: root/testing/lvm2/lvm-on-crypt.service
diff options
context:
space:
mode:
Diffstat (limited to 'testing/lvm2/lvm-on-crypt.service')
-rw-r--r--testing/lvm2/lvm-on-crypt.service16
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/lvm2/lvm-on-crypt.service b/testing/lvm2/lvm-on-crypt.service
deleted file mode 100644
index 346c5ac8e..000000000
--- a/testing/lvm2/lvm-on-crypt.service
+++ /dev/null
@@ -1,16 +0,0 @@
-[Unit]
-Description=LVM activation of encrypted devices
-DefaultDependencies=no
-Requires=systemd-udev-settle.service
-After=systemd-udev-settle.service cryptsetup.target
-Before=shutdown.target
-Conflicts=shutdown.target
-
-[Service]
-ExecStart=/sbin/vgchange --available y
-Type=oneshot
-TimeoutSec=0
-RemainAfterExit=yes
-
-[Install]
-WantedBy=basic.target