summaryrefslogtreecommitdiffstats
path: root/main/ympd/ympd.initd
blob: cb54d6345c48beec7f098757756c9cb0d5e3b221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/sbin/runscript

name=ympd
command=/usr/bin/$name
command_args="-u $ympd_user -h $ympd_host -p $ympd_port -w $ympd_webport"
command_background=YES
pidfile=$ympd_pid

depend() {
        use logger dns
        need net
        after firewall
}