build icon indicating copy to clipboard operation
build copied to clipboard

TODO: add logrotate renice to www server ansible script

Open rvagg opened this issue 3 years ago • 1 comments

Not doing this now because I don't have time, I'd love it if someone else would pick this up. It probably just needs an exists directive with a replace regex or something. I've done this on the server:

/etc/cron.daily/logrotate, replace:

/usr/sbin/logrotate /etc/logrotate.conf

with

nice -n 19 ionice -c3 /usr/sbin/logrotate /etc/logrotate.conf

it's at the end of the file.

rvagg avatar Apr 09 '22 07:04 rvagg

Ref https://github.com/nodejs/nodejs.org/issues/4495#issuecomment-1093761428

rvagg avatar Apr 09 '22 07:04 rvagg

This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made.

github-actions[bot] avatar Feb 04 '23 00:02 github-actions[bot]