mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
13 lines
232 B
SYSTEMD
13 lines
232 B
SYSTEMD
|
[Unit]
|
||
|
Description=Create lvm system.devices
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=no
|
||
|
ExecStart=/usr/sbin/vgimportdevices --rootvg --auto
|
||
|
ConditionPathExists=!/etc/lvm/devices/system.devices
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|