Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 555 Bytes

a start job is running for... .md

File metadata and controls

23 lines (20 loc) · 555 Bytes

Find and disable the service

Let the job be <X>

systemctl show -p WantedBy,RequiredBy <X>  

Let the result give some .service

sudo systemctl disable <Y>.service  

Example:

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:
  • Disable the service:
    sudo systemctl disable [email protected]