From e03330b027f3f7a9dd03204fedfe33602fb73f5c Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Tue, 21 Apr 2026 01:23:39 +0100 Subject: fix(services): drop systemd-networkd.socket from curated, add to .ignore systemd-networkd.socket has no [Install] section; it's auto-activated by systemd-networkd.service via Sockets=. systemctl enable fails on it. It still shows as enabled (symlinked from the service's dependency graph), so add it to .ignore to keep drift output clean. --- systemd-units/.ignore | 1 + systemd-units/base.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'systemd-units') diff --git a/systemd-units/.ignore b/systemd-units/.ignore index 2e2f56a..436c4c6 100644 --- a/systemd-units/.ignore +++ b/systemd-units/.ignore @@ -4,4 +4,5 @@ remote-fs.target systemd-network-generator.service +systemd-networkd.socket systemd-userdbd.socket diff --git a/systemd-units/base.txt b/systemd-units/base.txt index 9bd8eca..39e57d2 100644 --- a/systemd-units/base.txt +++ b/systemd-units/base.txt @@ -11,7 +11,6 @@ acpid.service cpupower.service iwd.service systemd-networkd.service -systemd-networkd.socket systemd-networkd-wait-online.service tlp.service pcscd.socket -- cgit v1.2.3-70-g09d2