ayufan-pine64 / linux-build

Pine64 Linux build scripts, tools and instructions (based on Longsleep work)
MIT License
154 stars 36 forks source link

Where is XU4_HMP_Fix defined #66

Open cmcginty opened 5 years ago

cmcginty commented 5 years ago

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

https://github.com/ayufan-pine64/linux-build/blob/12b4cc06855b933c4ab0f860352f3171b7a8b6d7/package/root/usr/local/sbin/install_openmediavault.sh#L169

cmcginty commented 5 years ago

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 https://github.com/ayufan-rock64/linux-build/issues/112