X-Git-Url: https://code.delx.au/systemd-monitor/blobdiff_plain/de7143a5b6599879ceeb223a63e279e1406e4594..c4ef6f13e6bea35187ed585d9fdbe308d582ab13:/README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3ef9700 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# systemd-monitor + +Monitor systemd state and email root if there is a problem. + +## Usage + +- Run `makepkg` for Arch Linux or `./makedeb` for Debian/Ubuntu. Install the resulting package. +- Configure an MTA so you can receive mail sent with the command: `echo foobody | mail -s foosubject root` +- Enable and start the service: `systemctl enable systemd-monitor && systemctl start systemd-monitor`