Alguien sabe como editar el servicio NetworkManager-wait-online.service ?
Me da el error systemd-networkd-wait-online dutante 1 minuto y luego arranca, pero en estado del servicio está asi
spoiler systemd-networkd-wait-online.service - Wait for Network to be Configured
Loaded: loaded (/usr/lib/systemd/system/systemd-networkd-wait-online.service; enabled; preset: enabled)
Drop-In: /etc/systemd/system/systemd-networkd-wait-online.service.d
└─override.conf
Active: failed (Result: exit-code) since Mon 2024-11-04 20:14:39 CET; 5min ago
Docs: man:systemd-networkd-wait-online.service(8)
Process: 900 ExecStart=/usr/lib/systemd/systemd-networkd-wait-online (code=exited, status=1/FAILURE)
Main PID: 900 (code=exited, status=1/FAILURE)
CPU: 9ms
nov 04 20:12:38 minimini systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...
nov 04 20:14:39 minimini systemd-networkd-wait-online[900]: Timeout occurred while waiting for network connectivity.
nov 04 20:14:39 minimini systemd[1]: systemd-networkd-wait-online.service: Main process exited, code=exited, status=1/FAILURE
nov 04 20:14:39 minimini systemd[1]: systemd-networkd-wait-online.service: Failed with result 'exit-code'.
nov 04 20:14:39 minimini systemd[1]: Failed to start systemd-networkd-wait-online.service - Wait for Network to be Configured.
Esto ha empezado al instalar entorno grafico en ubuntu server, lo relaciono con apagar la wifi, pero no se si es el motivo.
He probado a editar el servicio > sudo systemctl edit systemd-networkd-wait-online.service
Pero no guarda los cambios, tambien he probado creando el fichero /etc/systemd/system/systemd-networkd-wait-online.service.d/override.conf
[Service]
ExecStart=/lib/systemd/systemd-networkd-wait-online --timeout 1
O
[Service]
ExecStart=/lib/systemd/systemd-networkd-wait-online --interface=eth0
Pero sigue con el mensaje y tardando 1 min y pico en arrancar.
Tambien probe a deshabilitarlo y no me funciona > sudo systemctl disable NetworkManager-wait-online.service