cfg/.config/systemd/user/ssh-agent.service

6 lines
109 B
SYSTEMD
Raw Normal View History

[Service]
ExecStart=/usr/bin/ssh-agent -D -a "${HOME}/.ssh/ssh_auth_sock"
[Install]
WantedBy=default.target