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