From 632188a1603979ec3fdbe013a1e903a32b99ceab Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 12 Jul 2025 10:31:33 +0300 Subject: [PATCH] install: continue questionable systemd drop-in practices --- install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install b/install index 932d9799..36297823 100755 --- a/install +++ b/install @@ -173,6 +173,9 @@ if [ "$(id -u)" == "0" ]; then mkdir -vp /etc/systemd/system/{ssh,sshd,sshguard,systemd-resolved,systemd-networkd,NetworkManager,iwd,unbound,tor,oidentd,yggdrasil}.service.d/ mkdir -vp /etc/systemd/system/{ssh,sshd,oidentd}.socket.d/ # SECURITY WARNING! + cp -v etc/systemd/system/service.d/rngd-wanted.conf /etc/systemd/system/service.d/ + cp -v etc/systemd/system/socket.d/dualstack-bind.conf /etc/systemd/system/socket.d/ + # SECURITY WARNING! cp -v etc/systemd/system/service.d/never-fail.conf /etc/systemd/system/ssh.service.d/ cp -v etc/systemd/system/service.d/never-fail.conf /etc/systemd/system/sshd.service.d/ cp -v etc/systemd/system/service.d/never-fail.conf /etc/systemd/system/sshguard.service.d/