a start job for kodi shutdown or reboot script takes time without end

  • Hallo,

    after i going to restart or shutdown libreelec i becomme commandline screen with a lot of "ok" messages, but after message "ok-reached target final step" i becomme mesagge "a start job is running for kodi shutdown (or reboot) script" and its conting time "count time/no limit". It reaches not the end. If i make "hard reset", i cant see anny problems with libreelec and kodi. As minimum to solve this problem, there can be some posibility to set limits for restart and reboot script execute-time. Does anyone know how i can solve this problem?
    Best Regards

  • <p>#!/bin/bash
    case "$1" in
    *)
    ssh [email protected] '/home/apuokas/./dect200off.sh'
    ;;
    esac</p>

    The line "ssh [email protected] '/home/apuokas/./dect200off.sh'" conecting per ssh to another pc on LAN and execute script to poweroff amplifier. The amplifier is off befor i becomme mesage "a start job is running for kodi shutdown (or reboot) script...........". It takes a long time, maybe a hour, till htpc going off.