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.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/systemd/ssh-agent.service b/debian/systemd/ssh-agent.service
new file mode 100644
index 000000000..07fa984c0
--- /dev/null
+++ b/debian/systemd/ssh-agent.service
@@ -0,0 +1,10 @@
1[Unit]
2Description=OpenSSH Agent
3Before=graphical-session-pre.target
4ConditionPathExists=/etc/X11/Xsession.options
5Wants=dbus.socket
6After=dbus.socket
7
8[Service]
9ExecStart=/usr/lib/openssh/agent-launch start
10ExecStopPost=/usr/lib/openssh/agent-launch stop