Skip to content

Instantly share code, notes, and snippets.

@FUT
Created March 31, 2016 15:53
Show Gist options
  • Save FUT/924a7f9084e8d981715354bc618a1224 to your computer and use it in GitHub Desktop.
Save FUT/924a7f9084e8d981715354bc618a1224 to your computer and use it in GitHub Desktop.
Send email on boot (Ubuntu)
sudo apt-get install mailutils
crontab -e
# And paste following line to crontab settings:
@reboot echo "Server has restarted "`hostname` | mail -s "System Restart" example@example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment