summaryrefslogtreecommitdiff
path: root/aports/forwarding/forwarding.initd
blob: fd63aa0bbfa5f609c3981b20c8cc07f5da9ddd90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/sbin/openrc-run

supervisor=supervise-daemon
name="Forwarding service"
description="Forwarding support"

command=/sbin/forwarding
command_background=true

depend() {
	need net
	after firewall
}