mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-22 00:42:59 +02:00
New Astra 19.2 Channellist, moved vdr config to /opt/vdr/etc
This commit is contained in:
@@ -19,11 +19,12 @@ case "${1}" in
|
||||
start)
|
||||
boot_mesg "Starting Video Disk Recorder..."
|
||||
cd /opt/vdr
|
||||
loadproc screen -dmS vdr /opt/vdr/bin/vdr -Pstreamdev-server
|
||||
loadproc screen -dmS vdr /opt/vdr/bin/runvdr
|
||||
;;
|
||||
|
||||
stop)
|
||||
boot_mesg "Stopping Video Disk Recorder..."
|
||||
killall -s KILL -w runvdr
|
||||
killproc /opt/vdr/bin/vdr
|
||||
;;
|
||||
|
||||
@@ -34,6 +35,7 @@ case "${1}" in
|
||||
;;
|
||||
|
||||
status)
|
||||
statusproc /opt/vdr/bin/runvdr
|
||||
statusproc /opt/vdr/bin/vdr
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user