]> code.delx.au - systemd-monitor/commitdiff
README master
authorJames Bunton <jamesbunton@delx.net.au>
Tue, 21 Jan 2020 11:25:36 +0000 (22:25 +1100)
committerJames Bunton <jamesbunton@delx.net.au>
Sun, 11 Nov 2018 02:56:32 +0000 (13:56 +1100)
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
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`