Package: atop Severity: wishlist Tags: patch
Hello, I created a systemd service file for atop. systemd is a sysvinit replacement (see [1] for more information). Please include this file in /lib/systemd/system/ in the next upload of this package. I also sent this file upstream, so hopefully it will be included in future releases anyway. If you have any questions, please do not hesitate to contact me. Thanks! Best regards, Michael [1] http://en.wikipedia.org/wiki/Systemd For debian specific documentation, see also http://wiki.debian.org/systemd
[Unit] Description=advanced interactive monitor After=syslog.target Documentation=man:atop(1) [Service] ExecStart=/usr/bin/atop -a -w /var/log/atop.log 600 [Install] WantedBy=multi-user.target