dotfiles/.config/systemd/user/ssh-agent.service
lickthecheese 99cea9cf84 yay path
2019-08-16 09:54:57 -04:00

11 lines
185 B
Desktop File

[Unit]
Description=SSH Key Agent
[Service]
Type=forking
Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket
ExecStart=/usr/bin/ssh-agent -a $SSH_AUTH_SOCK
[Install]
WantedBy=default.target