Let the job be <X>
systemctl show -p WantedBy,RequiredBy <X>
Let the result give some .service
sudo systemctl disable <Y>.service
a start job is running for sys-subsystem-net-devices-multi-user.device
- Find the offending service
systemctl show -p WantedBy,RequiredBy sys-subsystem-net-devices-multi-user.device
- Result:
[email protected] WantedBy=
- Disable the service:
sudo systemctl disable [email protected]