1 Answer
Hi Stewart welcome to linuxhelp Forum !
This can be acheived through the cron job
Follow the Below Procedure to configure Cronjob
#crontab -e
@reboot mail -s "$(hostname) was rebooted at: `date +%m.%d.%Y.%H.%M`" youremail@gmail.com
#systemctl start crond.service
Your Answer