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