mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-04 09:18:36 +03:00
16 lines
345 B
SYSTEMD
16 lines
345 B
SYSTEMD
|
[Unit]
|
||
|
Description=Activate LVM Volume Groups
|
||
|
Documentation=man:vgchange(8)
|
||
|
After=dm-event.socket dm-event.service
|
||
|
Before=local-fs-pre.target shutdown.target
|
||
|
DefaultDependencies=no
|
||
|
Conflicts=shutdown.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=@SBINDIR@/lvm vgchange -aay --nohints --vgonline
|
||
|
RemainAfterExit=yes
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=sysinit.target
|