summaryrefslogtreecommitdiffstats
path: root/debian/systemd/ssh-agent.service
blob: cdc10bb47aafd3bbf24a9882f76959a3c387c504 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=OpenSSH Agent
Documentation=man:ssh-agent(1)
Before=graphical-session-pre.target
ConditionPathExists=/etc/X11/Xsession.options
Wants=dbus.socket
After=dbus.socket

[Service]
ExecStart=/usr/lib/openssh/agent-launch start
ExecStopPost=/usr/lib/openssh/agent-launch stop