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

description='Start/stop mcelog in daemon mode'

pidfile="/var/run/mcelog.pid"
command="/usr/sbin/mcelog"
command_args="--daemon --pidfile ${pidfile} ${MCELOG_OPTS}"

depend() {
	after udev 
	need localmount
	use logging
}