Der logwatch.

Gnump-Fix.
mpd-restart-Script.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@885 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-09-11 17:10:49 +00:00
parent 85cedd09d4
commit dc64838a70
3 changed files with 10 additions and 4 deletions

View File

@@ -23,9 +23,13 @@ case "$1" in
status)
statusproc /usr/bin/mpd
;;
restart)
$0 stop
sleep 3
$0 start
;;
*)
echo "Usage: $0 (start|stop|status)"
echo "Usage: $0 (start|stop|restart|status)"
exit 1
;;
esac