Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is XU4_HMP_Fix defined #66

Open
cmcginty opened this issue Oct 26, 2018 · 1 comment
Open

Where is XU4_HMP_Fix defined #66

cmcginty opened this issue Oct 26, 2018 · 1 comment

Comments

@cmcginty
Copy link

What is the point of this cron job running every minute? I don't see XU4_HMP_Fix define location.

echo "* * * * * root for i in \`pgrep \"ftpd|nfsiod|smbd|afpd|cnid\"\` ; do ionice -c1 -p \$i ${XU4_HMP_Fix}; done >/dev/null 2>&1" \

@cmcginty
Copy link
Author

ionice could be simplified to:

ionice -c1 -p $(pgrep 'ftpd|nfsiod|smbd|afpd|cnid')

Also wonder if using realtime priority is safe actually? Maybe related to ayufan-rock64/linux-build#112

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant