Is there a way to delay Plex Server service at start (Ubuntu)?

@Karadoc

Bit of a special case here but can be managed if you’re willing to keep up with it.

  1. copy /lib/systemd/system/plexmediaserver.service to /etc/systemd/system (creates an override)
  2. Inject sleep 60 ; at front of the ExecStartPre and the ExecStart – careful of quotes & syntax.

It will slow it down but you’ll be able to run.

Make certain to systemctl daemon-reload after making changes.