aboutsummaryrefslogtreecommitdiff
path: root/SystemD/.config/systemd/user/ssh-agent.service
blob: 33aaa63c8c3bd68be182c92cef21d8edd6bc788e (plain)
1
2
3
4
5
6
7
8
9
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