mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-15 20:25:17 +03:00
13 lines
318 B
Bash
13 lines
318 B
Bash
#!/sbin/openrc-run
|
|
|
|
name=CoreRAD
|
|
description="Extensible and observable IPv6 Neighbor Discovery Protocol router advertisement daemon"
|
|
command=/usr/sbin/corerad
|
|
command_args="-c /etc/corerad/config.toml"
|
|
command_user="corerad:corerad"
|
|
supervisor="supervise-daemon"
|
|
|
|
depend() {
|
|
need net
|
|
after firewall
|
|
}
|