DomT4 / homebrew-autoupdate

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

Is this persistent on server / computer restarts? #39

Closed D3MZ closed 3 years ago

D3MZ commented 3 years ago

Thank you for making this! Possible to update the readme with this, unsure if I should script this in cron / launchd

DomT4 commented 3 years ago

Hi @D3MZ. The command itself essentially just creates a launchd plist that executes a custom script with whatever commands you've requested this tool to run, with notification support if requested if or running on Big Sur automatically, so the command should run indefinitely until told to stop. I'll amend the README a touch soon to explain better.