Skip to content
/ mailboot Public

Get a mail when your computer boot (mirror)

License

Notifications You must be signed in to change notification settings

seblu/mailboot

Repository files navigation

MAILBOOT

INTRODUCTION

Once upon a time, a computer reboot. Again. And again. And again.

Whereas a lot of computers reboot and we don't care, few should not reboot without notifying someone.

MAILBOOT is a small program (and systemd service unit) used to send an email when a computer boot (or reboot), providing useful informations and setupable in less than 1min.

Why do not use cron?

I started with a cron line. But after workarounded the basic missing feature of customizing the mail subject in my cron daemon (fcron) in using mail command, I was borred by being able to send interesting information in one sh line. So I decided to find another solution. Here we are.

What you cannot do with mailboot?

The coffee.

HOW TO USE IT

To print the mail:

$ mailboot -p

To send the mail:

$ mailboot -s

To send the mail at reboot:

$ systemctl enable mailboot.service

A working mail forwarder is expected on your system. The sendmail command must be functionnal!

DEPENDENCIES

INSTALL

Using autotools

$ ./autogen.sh
$ ./configure
$ make install
$ /usr/local/bin/mailboot

Using Archlinux packages

An Archlinux package is provided with the source tree and you can create your package with the following commands:

$ ./autogen.sh
$ ./configure
$ make
$ makepkg
$ pacman -U mailboot-*-1-any.pkg.tar.xz

You can find the last version of mailboot into AUR [5].

RELEASES

You can download MAILBOOT release tarballs on my ftp: [6].

SOURCES

MAILBOOT sources are available on github [7].

LICENSE

MAILBOOT is licensied under the term of GPL v2 [8].

AUTHOR

MAILBOOT was started by Sébastien Luttringer in July 2013.

LINKS

[1]http://www.gnu.org/software/bash/
[2]http://www.freedesktop.org/wiki/Software/systemd/
[3]http://savannah.nongnu.org/projects/sysvinit
[4]http://www.gnu.org/software/sed
[5]http://ftp.seblu.net/softs/mailboot/
[6]https://aur.archlinux.org/packages/mailboot/
[7]https://github.com/seblu/mailboot/
[8]http://www.gnu.org/licenses/gpl-2.0.html

About

Get a mail when your computer boot (mirror)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages