cfg/.config/systemd/user/ssh-agent.service
Knut Ahlers 18c2bb3223
Move systemd-units to public dotfiles
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-12-12 00:16:30 +01:00

6 lines
109 B
Desktop File

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