mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-07-27 09:07:20 +02:00
install: also create socket.d
This commit is contained in:
parent
f0213981c6
commit
a8672c5237
2
install
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user