From b8e63a4d9da061b90336a85f5936e8ceba09d5b2 Mon Sep 17 00:00:00 2001 From: Yves Rutschle Date: Sat, 26 May 2018 17:02:15 +0000 Subject: [PATCH] fixed systemd config to correct path --- scripts/systemd.sslh.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/systemd.sslh.service b/scripts/systemd.sslh.service index ecaa4f8..3e5cd14 100644 --- a/scripts/systemd.sslh.service +++ b/scripts/systemd.sslh.service @@ -4,7 +4,7 @@ After=network.target [Service] EnvironmentFile=/etc/conf.d/sslh -ExecStart=/usr/bin/sslh --foreground $DAEMON_OPTS +ExecStart=/usr/sbin/sslh --foreground $DAEMON_OPTS KillMode=process #Hardening PrivateTmp=true