mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-08 20:44:31 +02:00
10 lines
221 B
Bash
10 lines
221 B
Bash
#!/sbin/openrc-run
|
|
|
|
supervisor=supervise-daemon
|
|
command=/usr/sbin/rdnssd
|
|
command_args="-H /etc/rdnssd/resolvconf"
|
|
command_args_foreground="-f"
|
|
|
|
start_pre() {
|
|
checkpath -d -m 0755 -o nobody:nobody -q /run/rdnssd
|
|
}
|