summaryrefslogtreecommitdiff
path: root/core/lvm2/lvm.service
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-13 10:18:14 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-13 10:18:14 +0100
commitd27bbcebde95f792e0660af3657878216b2590c3 (patch)
treeebd693dbaeb22eb25643e06b80facc1e0f073e77 /core/lvm2/lvm.service
parent68dc88e3f45d6cb33a56ca10ec02f7e990636d31 (diff)
parent0671250710c3e7312a4693ac45ebbaacf471d1dc (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: core/curl/PKGBUILD core/lvm2/PKGBUILD core/openvpn/PKGBUILD extra/diffstat/PKGBUILD extra/libxcb/PKGBUILD extra/xorg-xkbutils/PKGBUILD extra/xorg-xvinfo/PKGBUILD
Diffstat (limited to 'core/lvm2/lvm.service')
-rw-r--r--core/lvm2/lvm.service16
1 files changed, 0 insertions, 16 deletions
diff --git a/core/lvm2/lvm.service b/core/lvm2/lvm.service
deleted file mode 100644
index 14269b1be..000000000
--- a/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 --available y
-Type=oneshot
-TimeoutSec=0
-RemainAfterExit=yes
-
-[Install]
-WantedBy=basic.target