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

pidfile=/run/opendkim/opendkim.pid

command=/usr/sbin/opendkim
command_args="${EXTRA_OPTS}"

depend() {
	need net
	before mta
}

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