#!/bin/sh # case "$1" in start) ;; stop) ;; restart) ;; init) start=1 stop=1 before=vdr after="alsa xorg" ;; *) echo "Usage $0 { start | stop | restart }" >&2 exit 1 esac