diff options
Diffstat (limited to 'debian/systemd/ssh-agent.service')
-rw-r--r-- | debian/systemd/ssh-agent.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/systemd/ssh-agent.service b/debian/systemd/ssh-agent.service new file mode 100644 index 000000000..cdc10bb47 --- /dev/null +++ b/debian/systemd/ssh-agent.service | |||
@@ -0,0 +1,11 @@ | |||
1 | [Unit] | ||
2 | Description=OpenSSH Agent | ||
3 | Documentation=man:ssh-agent(1) | ||
4 | Before=graphical-session-pre.target | ||
5 | ConditionPathExists=/etc/X11/Xsession.options | ||
6 | Wants=dbus.socket | ||
7 | After=dbus.socket | ||
8 | |||
9 | [Service] | ||
10 | ExecStart=/usr/lib/openssh/agent-launch start | ||
11 | ExecStopPost=/usr/lib/openssh/agent-launch stop | ||