aboutsummaryrefslogtreecommitdiffstats
path: root/community/opendkim/opendkim.initd
blob: 843798f5ada69854bb8788aa8a3572966822fa2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/sbin/openrc-run

pidfile=/run/opendkim/opendkim.pid

command=/usr/sbin/opendkim
command_args="-f ${EXTRA_OPTS}"
command_background=yes

depend() {
	need net
	before mta
}

start_pre() {
	checkpath -d -o opendkim:opendkim -m755 /run/opendkim
}