From c4ef6f13e6bea35187ed585d9fdbe308d582ab13 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Tue, 21 Jan 2020 22:25:36 +1100 Subject: [PATCH] README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 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` -- 2.39.2