Is there a way to make it so if I call up a bash script with the nice command that all commands called within that bash script automaticly are run at that same priority?
I want to add nice -10 in my cron jobs to make them run low priority but they call up gzip which then runs at normal priority, defeating the purpose.
I want to add nice -10 in my cron jobs to make them run low priority but they call up gzip which then runs at normal priority, defeating the purpose.