diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/systemd/ssh.socket | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 3d983a9df..873e437d5 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -3,6 +3,9 @@ openssh (1:6.5p1-5) UNRELEASED; urgency=medium | |||
3 | [ Colin Watson ] | 3 | [ Colin Watson ] |
4 | * Add Alias=sshd.service to systemd ssh.service file, to match "Provides: | 4 | * Add Alias=sshd.service to systemd ssh.service file, to match "Provides: |
5 | sshd" in the sysvinit script (thanks, Michael Biebl). | 5 | sshd" in the sysvinit script (thanks, Michael Biebl). |
6 | * Add Before=ssh.service to systemd ssh.socket file, since otherwise | ||
7 | nothing guarantees that ssh.service has stopped before ssh.socket starts | ||
8 | (thanks, Uoti Urpala). | ||
6 | 9 | ||
7 | [ Axel Beckert ] | 10 | [ Axel Beckert ] |
8 | * Split sftp-server into its own package to allow it to also be used by | 11 | * Split sftp-server into its own package to allow it to also be used by |
diff --git a/debian/systemd/ssh.socket b/debian/systemd/ssh.socket index fa1f615e4..5a766dcab 100644 --- a/debian/systemd/ssh.socket +++ b/debian/systemd/ssh.socket | |||
@@ -1,5 +1,6 @@ | |||
1 | [Unit] | 1 | [Unit] |
2 | Description=OpenBSD Secure Shell server socket | 2 | Description=OpenBSD Secure Shell server socket |
3 | Before=ssh.service | ||
3 | Conflicts=ssh.service | 4 | Conflicts=ssh.service |
4 | ConditionPathExists=!/etc/ssh/sshd_not_to_be_run | 5 | ConditionPathExists=!/etc/ssh/sshd_not_to_be_run |
5 | 6 | ||