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