aboutsummaryrefslogtreecommitdiffstats
path: root/community/dhcp-helper/dhcp-helper.initd
blob: 77a7f44ca9ba7a8de20fc2111d989209d9f58726 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/sbin/openrc-run
supervisor=supervise-daemon
description="DHCP relay agent"

nice="0"
pidfile="/run/dhcp-helper.sd.pid"
supervise_daemon_args=""

# the args are very site-specific, use dhcp-helper --help to find out what you need
ARGS=""

command="/usr/sbin/dhcp-helper"
command_args="-n ${ARGS}"

depend() {
	use net
	after logger firewall
}