Package-Manager: Portage-2.3.6, Repoman-2.3.3
#!/sbin/openrc-run
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
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 $?
-}
+command="/etc/atop/atop.daily"
+command_background="true"