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

description="Resource-specific view of processes"
pidfile="/var/run/atop.pid"
command="/usr/bin/atop"

start() {
	ebegin "Starting atop"
	start-stop-daemon --start --pidfile ${pidfile} \
		--exec /etc/atop/atop.daily
	eend $?
}