[hydros-systemd-units] Renamed ssh-agent service to avoid conflicts
All checks were successful
Build hydros-systemd-units / Build and push image (push) Successful in 1m41s

This commit is contained in:
2026-03-30 11:27:21 -04:00
parent b59e760786
commit 6cfcccba92
2 changed files with 7 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
[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