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