diff options
Diffstat (limited to 'debian/systemd')
-rw-r--r-- | debian/systemd/ssh.service | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/systemd/ssh.service b/debian/systemd/ssh.service index 3df8c6426..c75e59057 100644 --- a/debian/systemd/ssh.service +++ b/debian/systemd/ssh.service | |||
@@ -5,7 +5,9 @@ ConditionPathExists=!/etc/ssh/sshd_not_to_be_run | |||
5 | 5 | ||
6 | [Service] | 6 | [Service] |
7 | EnvironmentFile=-/etc/default/ssh | 7 | EnvironmentFile=-/etc/default/ssh |
8 | ExecStartPre=/usr/sbin/sshd -t | ||
8 | ExecStart=/usr/sbin/sshd -D $SSHD_OPTS | 9 | ExecStart=/usr/sbin/sshd -D $SSHD_OPTS |
10 | ExecReload=/usr/sbin/sshd -t | ||
9 | ExecReload=/bin/kill -HUP $MAINPID | 11 | ExecReload=/bin/kill -HUP $MAINPID |
10 | KillMode=process | 12 | KillMode=process |
11 | Restart=on-failure | 13 | Restart=on-failure |