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

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

depend() {
	need net
	after firewall
}