run-welcome: use different beep sequence
[grml-scripts.git] / usr_share / run-multitail
1 #!/bin/dash
2 # Filename:      grml-init-multitail
3 # Purpose:       run multitail
4 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>,
5 #                (c) Michael Gebetsroither <gebi@grml.org>
6 # Bug-Reports:   see http://grml.org/bugs/
7 # License:       This file is licensed under the GPL v2.
8 ################################################################################
9
10 exec /usr/bin/multitail -o 'check_mail:0' /var/log/syslog
11
12 ## END OF FILE #################################################################