danielewood / plexargod

Plex Argo Daemon - A systemd script to update the Plex API to use the current cloudflared tunnel address for remote access
Creative Commons Zero v1.0 Universal
126 stars 12 forks source link

Systemd service stuck on activating (start-post) #9

Open milindpatel63 opened 3 years ago

milindpatel63 commented 3 years ago

Since script is watching metrics url, the systemd service is stuck on activating... any way to fix this?

coleplx commented 1 year ago

The metricsWatchdog function is causing this.

I workarounded the issue by modifying it a bit: https://github.com/danielewood/plexargod/pull/12