From a609b3eab797ad6fe8aaf11335c02ccc40c17d2e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 23 Jan 2024 16:18:30 +0100 Subject: [PATCH] unit: systemd-creds.socket is statically enabled, hence drop [Install] This is statically enabled, hence needs to [Install] section. --- units/systemd-creds.socket | 3 --- 1 file changed, 3 deletions(-) diff --git a/units/systemd-creds.socket b/units/systemd-creds.socket index ac72ccc82f1..65b76bd027b 100644 --- a/units/systemd-creds.socket +++ b/units/systemd-creds.socket @@ -18,6 +18,3 @@ ListenStream=/run/systemd/io.systemd.Credentials FileDescriptorName=varlink SocketMode=0666 Accept=yes - -[Install] -WantedBy=sockets.target -- 2.47.3