Run our TTYs with our own tty runner
[grml-scripts.git] / usr_share / run-multitail
diff --git a/usr_share/run-multitail b/usr_share/run-multitail
new file mode 100755 (executable)
index 0000000..1aa2abc
--- /dev/null
@@ -0,0 +1,12 @@
+#!/bin/dash
+# Filename:      grml-init-multitail
+# Purpose:       run multitail
+# Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>,
+#                (c) Michael Gebetsroither <gebi@grml.org>
+# Bug-Reports:   see http://grml.org/bugs/
+# License:       This file is licensed under the GPL v2.
+################################################################################
+
+exec /usr/bin/multitail -o 'check_mail:0' /var/log/syslog
+
+## END OF FILE #################################################################