Skip to content

Commit

Permalink
disable failing networking.service
Browse files Browse the repository at this point in the history
  • Loading branch information
andiradulescu committed Jul 29, 2024
1 parent 3c8db71 commit 430e11a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions userspace/services.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,8 @@ systemctl disable remote-fs-pre.target
# this service fails in 24.04, while failing silently on 20.04
# no influence on C3 NVMe nor nvme smart-log, which work fine
systemctl disable nvmf-autoconnect.service

# Service is from ifupdown but ifupdown is managed by NetworkManager
# networking service fails with "ifup: failed to bring up lo"
# no influence on any interface, all interfaces work fine
systemctl disable networking.service

0 comments on commit 430e11a

Please sign in to comment.