1
0
mirror of https://gitlab.com/dbrw/ansible-setup.git synced 2025-08-04 23:55:41 +07:00
ansible-setup/roles/common/files/user_home/.config/systemd/user/ssh-agent.service
2022-06-29 17:19:22 +07:00

11 lines
187 B
Desktop File

[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