summaryrefslogtreecommitdiff
blob: 0725ef99143ed46bb42e596550e6941201ecb22c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/sbin/openrc-run
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

pidfile="/run/amavis/amavis-mc.pid"
command="/usr/sbin/amavis-mc"
command_args="${amavis_mc_args} -P ${pidfile}"
start_stop_daemon_args="--interpreted"

depend() {
	use logger
	before amavisd-new snmpd
}