xbianonpi / xbian

XBMC on Raspberry Pi, Bleeding Edge
https://xbian.org
GNU General Public License v3.0
294 stars 46 forks source link

xbian-package-transmission doesn't auto start at boot #829

Closed jdeluyck closed 7 years ago

jdeluyck commented 7 years ago

After having enabled transmisison through kodi, xbian-package-transmission version 2.82 got installed. The package seems to have a bug in the init script, though, because of which it never gets started:

# Required-Start:    networking
# Required-Stop:     networking

this should read:

# Required-Start:    $network
# Required-Stop:     $network
mkreisl commented 7 years ago

@jdeluyck Built completely new package, has version 2.92 now and /etc/init.d/transmission has been fixed Could you please test it (please note: currently only available for Rpi2/3 and visable at midnight (mirrors have do sync))

jdeluyck commented 7 years ago

@mkreisl works for me (TM)