blob: 07fa984c00ee156c7673c20d5df338e695cad487 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=OpenSSH Agent
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
|