diff options
-rw-r--r-- | journal-watcher.service | 8 |
1 files changed, 8 insertions, 0 deletions
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 |