LL_Runit_Scripts/sv/lvm2-monitor/run

6 lines
126 B
Text
Raw Normal View History

2021-06-20 03:08:07 +00:00
#!/bin/sh
sv start dm-event lvm2-activation
LVM_SUPPRESS_LOCKING_FAILURE_MESSAGES=1
/sbin/lvm vgchange --monitor y
exec pause