aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kea/kea-ctrl-agent.initd
blob: b916dff010c1157da2ce832b13d9fdc4bcfed12b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/sbin/openrc-run
  
name="kea-ctrl-agent"
command="/usr/sbin/kea-ctrl-agent"
command_args="-c /etc/kea/kea-ctrl-agent.conf"
command_background="yes"
pidfile="/run/kea-ctrl-agent.pid"

depend() {
	need net
	after firewall
}