summaryrefslogtreecommitdiffstats
path: root/abs/core/lvm2/lvm.service
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-07 17:34:29 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-07 17:34:29 (GMT)
commit75164c11d52d01ba76213fbef5d618ef27a744c7 (patch)
tree011c53fdedbdf2220e62949f9962270322b9dffa /abs/core/lvm2/lvm.service
parentbaaef9aad0f5624630448b58a264544ef94fde1c (diff)
downloadlinhes_pkgbuild-75164c11d52d01ba76213fbef5d618ef27a744c7.zip
linhes_pkgbuild-75164c11d52d01ba76213fbef5d618ef27a744c7.tar.gz
linhes_pkgbuild-75164c11d52d01ba76213fbef5d618ef27a744c7.tar.bz2
lvm2 2.02.96
Diffstat (limited to 'abs/core/lvm2/lvm.service')
-rw-r--r--abs/core/lvm2/lvm.service16
1 files changed, 16 insertions, 0 deletions
diff --git a/abs/core/lvm2/lvm.service b/abs/core/lvm2/lvm.service
new file mode 100644
index 0000000..277d5a7
--- /dev/null
+++ b/abs/core/lvm2/lvm.service
@@ -0,0 +1,16 @@
+[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