diff options
Diffstat (limited to 'debian/.config')
l--------- | debian/.config/systemd/user/default.target.wants/ssh-agent.service | 1 | ||||
-rw-r--r-- | debian/.config/systemd/user/ssh-agent.service | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/debian/.config/systemd/user/default.target.wants/ssh-agent.service b/debian/.config/systemd/user/default.target.wants/ssh-agent.service new file mode 120000 index 0000000..a0424e0 --- /dev/null +++ b/debian/.config/systemd/user/default.target.wants/ssh-agent.service @@ -0,0 +1 @@ +/home/cnx/.config/systemd/user/ssh-agent.service \ No newline at end of file diff --git a/debian/.config/systemd/user/ssh-agent.service b/debian/.config/systemd/user/ssh-agent.service new file mode 100644 index 0000000..9428410 --- /dev/null +++ b/debian/.config/systemd/user/ssh-agent.service @@ -0,0 +1,10 @@ +[Unit] +Description=SSH key agent + +[Service] +Type=simple +Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket +ExecStart=/usr/bin/ssh-agent -D -a $SSH_AUTH_SOCK + +[Install] +WantedBy=default.target |