Karadoc
1
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
Karadoc
3
Thx for you help, but I don’t have UI. I’m only have commands !
ChuckPa
4
@Karadoc
Bit of a special case here but can be managed if you’re willing to keep up with it.
- copy /lib/systemd/system/plexmediaserver.service to /etc/systemd/system (creates an override)
- 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.
system
Closed
5
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.