summaryrefslogtreecommitdiffstats
path: root/abs/core/lvm2/lvm.service
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/lvm2/lvm.service')
-rw-r--r--abs/core/lvm2/lvm.service16
1 files changed, 0 insertions, 16 deletions
diff --git a/abs/core/lvm2/lvm.service b/abs/core/lvm2/lvm.service
deleted file mode 100644
index 277d5a7..0000000
--- a/abs/core/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 --sysinit --available y
-Type=oneshot
-TimeoutSec=0
-RemainAfterExit=yes
-
-[Install]
-WantedBy=basic.target