2024 Mar 22, 03:23 PM
Looks like the SIP systemd service file should be modified to make sure the network is up before sip starts.
try adding
and
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.
try adding
Code:
After=network-online.target
Code:
Wants=network-online.target
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>