mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-12 07:35:17 +02:00
11 lines
152 B
Bash
11 lines
152 B
Bash
#!/sbin/openrc-run
|
|
|
|
name=sanlock
|
|
command="/usr/sbin/$name"
|
|
command_args="daemon $sanlock_opts"
|
|
|
|
pidfile="/run/$name/$name.pid"
|
|
|
|
depend() {
|
|
want wdmd
|
|
}
|