merged grml-quickconfig nonblocking branch
[grml-scripts.git] / usr_sbin / service
1 #!/bin/sh
2 # Filename:      service
3 # Purpose:       small wrapper script for /etc/init.d/-script
4 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
5 # Bug-Reports:   see http://grml.org/bugs/
6 # License:       This file is licensed under the GPL v2.
7 # Latest change: Son Aug 07 12:17:00 CEST 2005 [mika]
8 ################################################################################
9
10 /etc/init.d/$*
11
12 ## END OF FILE #################################################################