mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-05 05:42:14 +02:00
12 lines
152 B
Bash
12 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
|
|
}
|