From 98df435fbf151c0c56f318ea4a348fa8c09972bd Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Mon, 17 Aug 2020 06:55:34 -0400 Subject: disable systemd Type=notify, since it just times out --- debian/systemd/ssh.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/systemd/ssh.service b/debian/systemd/ssh.service index 7495d9a81..5bfe7c7bd 100644 --- a/debian/systemd/ssh.service +++ b/debian/systemd/ssh.service @@ -13,7 +13,7 @@ ExecReload=/bin/kill -HUP $MAINPID KillMode=process Restart=on-failure RestartPreventExitStatus=255 -Type=notify +#Type=notify RuntimeDirectory=sshd RuntimeDirectoryMode=0755 -- cgit v1.2.3