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