I'm completely new to FreeBSD and wanted to challenge myself by using it. I was going over the Handbook and on the Updates and Upgrades section it says:
I added the bold for emphasis.
Is there a way to make upgrades, even system upgrades, automatic, and to make it restart as needed as well? I want to set it up and have it update when needed for security without my needing to interact with it.
The system can be configured to automatically check for updates once every day by adding this entry to /etc/crontab:
@daily root freebsd-update cron
If patches exist, they will automatically be downloaded but will not be applied. The root user will be sent an email so that the patches may be reviewed and manually installed with freebsd-update install.
I added the bold for emphasis.
Is there a way to make upgrades, even system upgrades, automatic, and to make it restart as needed as well? I want to set it up and have it update when needed for security without my needing to interact with it.