aports/main/lvm2/lvmlockd.initd
2023-06-14 17:50:29 +02:00

11 lines
196 B
Bash

#!/sbin/openrc-run
name=lvmlockd
command="/sbin/$name"
command_args_foreground="--foreground"
command_background=true
pidfile="/run/$name.pid"
start_pre() {
checkpath --directory /run/lvm
}