From 4e6145576e247e02f8d164fc4535d384572eecfb Mon Sep 17 00:00:00 2001 From: yrutschle Date: Thu, 23 Dec 2021 21:56:31 +0100 Subject: [PATCH] warn systemd that sslh will fork (fix #314) --- scripts/systemd.sslh.service | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/systemd.sslh.service b/scripts/systemd.sslh.service index a6a6bb9..9dcd49c 100644 --- a/scripts/systemd.sslh.service +++ b/scripts/systemd.sslh.service @@ -22,6 +22,7 @@ PrivateDevices=true RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX MemoryDenyWriteExecute=true DynamicUser=true +Type=forking [Install] WantedBy=multi-user.target