diff options
Diffstat (limited to 'debian/systemd/ssh-agent.service')
-rw-r--r-- | debian/systemd/ssh-agent.service | 2 |
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 @@ | |||
2 | Description=OpenSSH Agent | 2 | Description=OpenSSH Agent |
3 | Before=graphical-session-pre.target | 3 | Before=graphical-session-pre.target |
4 | ConditionPathExists=/etc/X11/Xsession.options | 4 | ConditionPathExists=/etc/X11/Xsession.options |
5 | Wants=dbus.socket | ||
6 | After=dbus.socket | ||
5 | 7 | ||
6 | [Service] | 8 | [Service] |
7 | ExecStart=/usr/lib/openssh/agent-launch start | 9 | ExecStart=/usr/lib/openssh/agent-launch start |