summaryrefslogtreecommitdiff
path: root/scripts/lvm2-pvscan.service.in
blob: 09753e8c9ef143a0229af98508b4708030036de9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=LVM event activation on device %i
Documentation=man:pvscan(8)
DefaultDependencies=no
StartLimitIntervalSec=0
BindsTo=dev-block-%i.device
Before=shutdown.target
Conflicts=shutdown.target

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=@SBINDIR@/lvm pvscan --cache --activate ay %i
ExecStop=@SBINDIR@/lvm pvscan --cache %i