mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
13 lines
298 B
SYSTEMD
13 lines
298 B
SYSTEMD
[Unit]
|
|
Description=lvm-devices-import to create system.devices
|
|
ConditionPathExists=!/etc/lvm/devices/system.devices
|
|
|
|
# /run/lvm/lvm-devices-import created by vgchange -aay <rootvg>
|
|
|
|
[Path]
|
|
PathExists=/run/lvm/lvm-devices-import
|
|
Unit=lvm-devices-import.service
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|