1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-15 20:25:17 +03:00
aports/testing/corerad/corerad.initd
2021-07-09 22:59:26 +00:00

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
}