Files
HydrosRPM/hydros-systemd-units/systemd/user/ssh-agent.service
Eriq Taing 18d240cb4c
Some checks failed
Build hydros-systemd-units / Build and push image (push) Failing after 1m33s
[hydros-systemd-units] Introduced package
2026-03-30 01:02:58 -04: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