Files
dotfiles/systemd/.config/systemd/user/ssh-agent.service

12 lines
202 B
Desktop File

[Unit]
Description=SSH agent
[Service]
Type=simple
Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket
ExecStart=/usr/bin/ssh-agent -D -a $SSH_AUTH_SOCK
Restart=on-failure
[Install]
WantedBy=default.target