summaryrefslogtreecommitdiff
path: root/debian/systemd
diff options
context:
space:
mode:
authorAnders Kaseorg <andersk@mit.edu>2017-12-01 12:05:15 +0000
committerColin Watson <cjwatson@debian.org>2017-12-01 12:05:15 +0000
commita0e1fc2a252c15aec734cd9f2208cfe6792b61b6 (patch)
treef7fdf6c5a77a57f8782ffa5629786213b58d8551 /debian/systemd
parentcbb2c36ba712f5f8cba3214a105cbaa4471b15e5 (diff)
debian/systemd/ssh-agent.service: Add missing dbus dependency.
Diffstat (limited to 'debian/systemd')
-rw-r--r--debian/systemd/ssh-agent.service2
1 files changed, 2 insertions, 0 deletions
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 @@
2Description=OpenSSH Agent 2Description=OpenSSH Agent
3Before=graphical-session-pre.target 3Before=graphical-session-pre.target
4ConditionPathExists=/etc/X11/Xsession.options 4ConditionPathExists=/etc/X11/Xsession.options
5Wants=dbus.socket
6After=dbus.socket
5 7
6[Service] 8[Service]
7ExecStart=/usr/lib/openssh/agent-launch start 9ExecStart=/usr/lib/openssh/agent-launch start