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

Hi !

Given that my NAS is a bit slow to start due to the RAID card, il would like to know how to delay the Plex Service on Ubuntu?

I dont find the configuration of the service where I could apply

[Service]
ExecStartPre=/bin/sleep 60

If someone dit it and can help me, thanks a lot

Thx for you help, but I don’t have UI. I’m only have commands !

@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.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.