AW: Howto: HD+ mit oscam
im Zitat von JesuzG war ein -s
Hier mal das Startscript vom Gemini Server:
ich sehe da kein -s :emoticon-0138-think
Code:
case "$1" in
start)
remove_tmp
/usr/bin/$CAMD_CS_SRV_BIN &
sleep 15
/usr/bin/$CAMD_BIN -s &
;;
stop)
killall -9 $CAMD_CS_SRV_BIN $CAMD_BIN 2>/dev/null
sleep 2
remove_tmp
;;
*)
$0 stop
exit 0
im Zitat von JesuzG war ein -s