summaryrefslogtreecommitdiffstats
path: root/abs/core/lvm2/lvm.service
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2014-02-16 23:54:48 (GMT)
committerJames Meyer <james.meyer@operamail.com>2014-02-19 19:03:03 (GMT)
commita5ab0f4ea7aea271cd87c75a9cdfac595dcc97b7 (patch)
treed711f3e6f9942a4399d4704e566f5447da68cf89 /abs/core/lvm2/lvm.service
parente9cd17be0f57ba3a9abd1af55e306b5bb1a5dce6 (diff)
downloadlinhes_pkgbuild-a5ab0f4ea7aea271cd87c75a9cdfac595dcc97b7.zip
linhes_pkgbuild-a5ab0f4ea7aea271cd87c75a9cdfac595dcc97b7.tar.gz
linhes_pkgbuild-a5ab0f4ea7aea271cd87c75a9cdfac595dcc97b7.tar.bz2
lvm2
update binary path to /usr/bin refs #961
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