Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MQTT Plugin initialised before network
#2
Looks like the SIP systemd service file should be modified to make sure the network is up before sip starts.

try adding
Code:
After=network-online.target
and
Code:
Wants=network-online.target
to /etc/systemd/system/sip.service.
You will need to disable and re-enable the service for the changes to take effect.

See
https://www.freedesktop.org/wiki/Softwar...orkTarget/
for more info.
<p><br></p>
Reply


Messages In This Thread
RE: MQTT Plugin initialised before network - by dan - 2024 Mar 22, 03:23 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)