core/lvm2/lvm.service

17 lines
329 B
SYSTEMD
Raw Normal View History

2012-06-24 21:09:19 +08:00
[Unit]
Description=LVM activation
DefaultDependencies=no
2012-09-09 12:17:16 +08:00
Requires=systemd-udev-settle.service
After=systemd-udev-settle.service
2012-06-24 21:09:19 +08:00
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