blob: 4a98a794c6e57a054b606425ca46f521644e75e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/sbin/openrc-run
name="kea-dhcp-ddns"
command="/usr/sbin/kea-dhcp-ddns"
command_args="-c /etc/kea/kea-dhcp-ddns.conf"
command_background="yes"
pidfile="/run/kea-dhcp-ddns.pid"
depend() {
need net
after firewall
}
|