1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-27 05:20:31 +01:00
Files
vimconfig/systemd/.config/systemd/user/ssh-agent.service

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