#!/bin/dash # Filename: grml-init-multitail # Purpose: run multitail # Authors: grml-team (grml.org), (c) Michael Prokop , # (c) Michael Gebetsroither # 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 #################################################################