aboutsummaryrefslogtreecommitdiffstats
path: root/community/milter-greylist/milter-greylist.initd
blob: 7139068951198a1c11646ffcdbb47be95d8ee7c4 (plain)
1
2
3
4
5
6
7
8
9
#!/sbin/openrc-run

command=/usr/bin/$SVCNAME
pidfile=/var/run/$SVCNAME/$SVCNAME.pid

depends() {
	need net
	after firewall
}