summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-process/atop/files/atop.rc')
-rw-r--r--sys-process/atop/files/atop.rc15
1 files changed, 0 insertions, 15 deletions
diff --git a/sys-process/atop/files/atop.rc b/sys-process/atop/files/atop.rc
deleted file mode 100644
index f05db6a0e15b..000000000000
--- a/sys-process/atop/files/atop.rc
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-start() {
- ebegin "Starting atop"
- start-stop-daemon --start --quiet --exec /etc/atop/atop.daily
- eend $?
-}
-
-stop() {
- ebegin "Stopping atop"
- start-stop-daemon --stop --exec /usr/bin/atop --pidfile /var/run/atop.pid
- eend $?
-}