From a0e1fc2a252c15aec734cd9f2208cfe6792b61b6 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Fri, 1 Dec 2017 12:05:15 +0000 Subject: debian/systemd/ssh-agent.service: Add missing dbus dependency. --- debian/changelog | 4 ++++ debian/systemd/ssh-agent.service | 2 ++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index f7dcbda83..48d9df642 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,14 @@ openssh (1:7.6p1-3) UNRELEASED; urgency=medium + [ Colin Watson ] * Remove the decade-old ssh-krb5 transitional package; upgrades of openssh-server will preserve existing configuration, and new installations should just enable GSSAPIAuthentication and GSSAPIKeyExchange in sshd_config (closes: #878626). + [ Anders Kaseorg ] + * debian/systemd/ssh-agent.service: Add missing dbus dependency. + -- Colin Watson Mon, 16 Oct 2017 10:30:50 +0100 openssh (1:7.6p1-2) unstable; urgency=medium diff --git a/debian/systemd/ssh-agent.service b/debian/systemd/ssh-agent.service index 2297f8f75..07fa984c0 100644 --- a/debian/systemd/ssh-agent.service +++ b/debian/systemd/ssh-agent.service @@ -2,6 +2,8 @@ Description=OpenSSH Agent Before=graphical-session-pre.target ConditionPathExists=/etc/X11/Xsession.options +Wants=dbus.socket +After=dbus.socket [Service] ExecStart=/usr/lib/openssh/agent-launch start -- cgit v1.2.3