aboutsummaryrefslogtreecommitdiffstats
path: root/testing/heplify/heplify.initd
blob: c906f8c349d72e463778cd3a0484ac7d5a314bef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/sbin/openrc-run

description="Multi-Protocol Go HEP Capture Agent"
supervisor=supervise-daemon
command=/usr/bin/heplify
command_args=${CMD_OPTS:="-i lo"}
pidfile="/run/homer/${RC_SVCNAME}.pid"

depend() {
	need net
	after firewall
}