From 0cb59f5027779efaaa24d5fad6b0e2921d12c60b Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Fri, 16 Oct 2020 21:49:48 +0700 Subject: Update 2020-10-16 --- .../systemd/user/default.target.wants/ssh-agent.service | 1 + debian/.config/systemd/user/ssh-agent.service | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 120000 debian/.config/systemd/user/default.target.wants/ssh-agent.service create mode 100644 debian/.config/systemd/user/ssh-agent.service (limited to 'debian/.config') 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 -- cgit 1.4.1