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