Files
HydrosRPM/hydros-systemd-units/systemd/user/hydros-ssh-agent.service
Eriq Taing 6cfcccba92
All checks were successful
Build hydros-systemd-units / Build and push image (push) Successful in 1m41s
[hydros-systemd-units] Renamed ssh-agent service to avoid conflicts
2026-03-30 11:27:21 -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