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, 16 insertions, 0 deletions
diff --git a/testing/lvm2/lvm-on-crypt.service b/testing/lvm2/lvm-on-crypt.service
new file mode 100644
index 000000000..4ade6c5b0
--- /dev/null
+++ b/testing/lvm2/lvm-on-crypt.service
@@ -0,0 +1,16 @@
+[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 --sysinit --available y
+Type=oneshot
+TimeoutSec=0
+RemainAfterExit=yes
+
+[Install]
+WantedBy=basic.target