Force delayed Start of Plex Server after Reboot

  • Hi! I have a Pi2 and switched with my external drive from ext4 to btrfs where the PMS Database is stored.
    After a reboot OMV / PMS can't find the PMS Database and create a new one on the SD Card.


    Im not so familiar with the Linux stuff. Where is the cron file of PMS which is responsible for the PMS start after the reboot.


    My quick and dirty solution is to disable the Plexmediaserver inside the GUI and create a schedule job:



    Code
    @reboot
    sleep 30 && service plexmediaserver start

    Maybe the order of events after reboot is wrong.
    1. start PMS
    2. mount drive
    BUT I reinstall PMS after setup the hard drive ?(:S


    ideas?

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!