- Modifié
Bonjour a tous,
J'ai voulu réinstaller mon combo Kodi + SickRage + Transmission sur mon Raspberry et tout est nickel sauf une petite chose...
J'ai suivi ce tuto très bien fait (https://raspbian-france.fr/telecharger-automatiquemen-series-osmc-raspberry-pi/) et tout se passe très bien sauf que SickRage ne démarre pas automatiquement au reboot du Pi.
J'ai modifié la ligne comme indiqué dans les commentaires
sudo chown osmc:osmc -R /opt/Sickrage ----> sudo chown osmc:osmc -R /home/osmc/sickrage
J'ai également modifié le fichier comme indiqué :
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
#connection to Sickbeard
python /home/osmc/sickrage/SickBeard.py -d
exit 0
mais je suis toujours obligé de lancer la commande
sudo python /home/osmc/sickrage/SickBeard.py -d
pour que Sickrage démarre...
Quelqu'un pourrait m'éclairer svp ?