From 67cecb9b167df0cfa1b3f4f330c10bd7d3ebe921 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 2 Mar 2021 12:56:45 +0100 Subject: journal-watcher.service new --- journal-watcher.service | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 journal-watcher.service diff --git a/journal-watcher.service b/journal-watcher.service new file mode 100644 index 0000000..271a62d --- /dev/null +++ b/journal-watcher.service @@ -0,0 +1,8 @@ +[Unit] +Description=watch journal for messages about too-big emails + +[Service] +ExecStart=/usr/src/journal-watcher/journal-watcher + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf