Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jloh/reboot-notifier
A cronjob to notify you when your Debian based OS' need rebooting
https://github.com/jloh/reboot-notifier
bash debian ubuntu
Last synced: 21 days ago
JSON representation
A cronjob to notify you when your Debian based OS' need rebooting
- Host: GitHub
- URL: https://github.com/jloh/reboot-notifier
- Owner: jloh
- License: mit
- Created: 2017-02-04T02:27:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-12T04:22:09.000Z (over 7 years ago)
- Last Synced: 2024-10-04T19:31:45.537Z (about 1 month ago)
- Topics: bash, debian, ubuntu
- Language: Shell
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reboot Notifier
Reboot Notifier is a small bash script that emails you if your Debian based host needs restarting after package updates.
## Installation
The easiest way to install and run Reboot Notifier is to just drop it into `/etc/cron.daily` so it automatically executes every day.
```bash
curl -so /etc/cron.daily/reboot-notifier https://raw.githubusercontent.com/jloh/reboot-notifier/master/reboot-notifier
chmod +x /etc/cron.daily/reboot-notifier
```