Metainformationen zur Seite
Sundtek Stick beim booten mounten
Datum: 18.06.2019 Quelle:https://www.minidvblinux.de/forum/index.php/topic,4888.0/wap2.html
Datei in /etc/init.d
speichern:
#!/bin/sh case "$1" in start) /opt/bin/mediaclient --mount=192.168.xxx.xxx usleep 2000000 ;; stop) ;; restart) ;; init) start=1 stop=1 before=vdr after="network dvb-sundtek" ;; *) echo "Usage $0 { start | stop | restart }" >&2 exit 1 esac