DomT4 / homebrew-autoupdate

:tropical_drink: An easy, convenient way to automatically update Homebrew.
BSD 2-Clause "Simplified" License
995 stars 55 forks source link

Added keys to plist to lower os priority #27

Closed oguzhanmeteozturk closed 3 years ago

oguzhanmeteozturk commented 4 years ago

Since auto-updating is usually not critical its daemon should play nice and try to lower its resource use when there are other higher priority task running.

emroch commented 4 years ago

This partially addresses #28. I think both of the other changes mentioned in the issue would be good, but perhaps they can be added in a new PR (unless you want to add them now).

DomT4 commented 3 years ago

Removed the nice key as suggested by @danielcompton and merged in https://github.com/DomT4/homebrew-autoupdate/commit/982c496e0d6639742b4551b7353ec89067fc6bfe. Thank you @ACAVJW4H!