1 min read 33 words Updated May 10, 2026 Created May 09, 2026
#freebsd#linux

Crontab

Some tips for crontab

Here's a crontab entry to notify via e-mail when a system reboots

@reboot echo "System just rebooted!" | mail -s "Reboot message from $(hostname)" user@example.com