diff options
Diffstat (limited to 'SystemD/.config/systemd/user/ssh-agent.service')
-rw-r--r-- | SystemD/.config/systemd/user/ssh-agent.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/SystemD/.config/systemd/user/ssh-agent.service b/SystemD/.config/systemd/user/ssh-agent.service new file mode 100644 index 0000000..33aaa63 --- /dev/null +++ b/SystemD/.config/systemd/user/ssh-agent.service @@ -0,0 +1,10 @@ +[Unit] +Description=SSH 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
\ No newline at end of file |