install: also create socket.d

This commit is contained in:
Aminda Suomalainen 2025-07-12 10:29:16 +03:00
parent f0213981c6
commit a8672c5237
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -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