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