Fedora 25 Help - Start Channels-DVR automatically after reboot

I have channels-dvr installed on Fedora 25 Workstation on an external usb drive. Media is located on it also. Works great except it doesn’t seem to autostart on reboot.

I’m a dabbler with linux so not sure how to get this to start. Plex starts and I can get full applications to start with the tweak tool.

Thanks for any help!

Hmm, I think you would need to edit the DVR systemd configuration to add a dependency on local-fs.target

Edit /etc/systemd/system/channels-dvr.service (as root), find these two lines:

Wants=network-online.target
After=network-online.target

and change them to:

Wants=network-online.target local-fs.target
After=network-online.target local-fs.target

Then reboot and see if it works. If it does, let me know and I will change the installer to use that by default.

Tried it…didn’t work. I may just try Unbuntu as I’ve worked with it more.