diff options
Diffstat (limited to 'init.d.runvdr.Debian')
-rwxr-xr-x | init.d.runvdr.Debian | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/init.d.runvdr.Debian b/init.d.runvdr.Debian index 6734249..1b2d2f9 100755 --- a/init.d.runvdr.Debian +++ b/init.d.runvdr.Debian @@ -1,11 +1,21 @@ #! /bin/sh # -# runvdr init.d script for Debain and compatible distributions +# runvdr init.d script for Debian and compatible distributions # # by Udo Richter <udo_richter(a)gmx.de> # http://www.richter-udo.de/vdr/scripts.html#runvdr # +### BEGIN INIT INFO +# Provides: runvdr +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: runvdr service +# Description: Start the runvdr script that launches VDR +### END INIT INFO + set -e PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin |