From a8672c52375c97f730dbe0fcd5f2413febee5085 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 12 Jul 2025 10:29:16 +0300 Subject: [PATCH] install: also create socket.d --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 39617d72..932d9799 100755 --- a/install +++ b/install @@ -166,7 +166,7 @@ if [ "$(id -u)" == "0" ]; then # Systemd configuration directories. SECURITY WARNINGS! mkdir -vp /etc/systemd/{system,system-preset,user,network}/ - mkdir -vp /etc/systemd/system/{app.slice.d,service.d}/ + mkdir -vp /etc/systemd/system/{app.slice.d,service.d,socket.d}/ cp -v etc/systemd/system/app.slice.d/90-cpuquota.conf /etc/systemd/system/app.slice.d/90-cpuquota.conf mkdir -vp /etc/systemd/{coredump,login,oomd,journald,resolved,system,timesyncd}.conf.d/ cp -v etc/systemd/oomd.conf.d/20-oomd.conf /etc/systemd/oomd.conf.d/20-oomd.conf