summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-08-17 06:55:34 -0400
committerAndrew Cady <d@jerkface.net>2021-03-13 10:46:55 -0500
commit98df435fbf151c0c56f318ea4a348fa8c09972bd (patch)
tree73909624aff7393f5614ba97023aa7c7ebba3a22
parentef3c24275f873c93766cfe5bc037bd871d8d78e7 (diff)
disable systemd Type=notify, since it just times out
-rw-r--r--debian/systemd/ssh.service2
1 files changed, 1 insertions, 1 deletions
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
13KillMode=process 13KillMode=process
14Restart=on-failure 14Restart=on-failure
15RestartPreventExitStatus=255 15RestartPreventExitStatus=255
16Type=notify 16#Type=notify
17RuntimeDirectory=sshd 17RuntimeDirectory=sshd
18RuntimeDirectoryMode=0755 18RuntimeDirectoryMode=0755
19 19