summaryrefslogtreecommitdiff
path: root/debian/systemd/ssh-agent.service
diff options
context:
space:
mode:
Diffstat (limited to 'debian/systemd/ssh-agent.service')
-rw-r--r--debian/systemd/ssh-agent.service11
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]
2Description=OpenSSH Agent
3Documentation=man:ssh-agent(1)
4Before=graphical-session-pre.target
5ConditionPathExists=/etc/X11/Xsession.options
6Wants=dbus.socket
7After=dbus.socket
8
9[Service]
10ExecStart=/usr/lib/openssh/agent-launch start
11ExecStopPost=/usr/lib/openssh/agent-launch stop