Skip to content

Commit

Permalink
atop: Remove cron job doing systemctl restart atop at midnight
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Feb 13, 2019
1 parent c9a13c1 commit 0b59536
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions atop.be0
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ mee_install() {
}
## by default this may be 'make install DESTDIR="${D}"'

mee_install_post() {
rm -v ${D}/etc/cron.d/atop
rmdir ${D}/etc/cron.d/
}

###############################################################################
##
## Additional hints:
Expand Down

0 comments on commit 0b59536

Please sign in to comment.