mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-09 18:52:30 +01:00
15 lines
361 B
Bash
15 lines
361 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"
|
|
capabilities="^cap_net_admin,^cap_net_raw"
|
|
|
|
depend() {
|
|
need net
|
|
after firewall
|
|
}
|