[hydros-systemd-units] Introduced package
Some checks failed
Build hydros-systemd-units / Build and push image (push) Failing after 1m33s

This commit is contained in:
2026-03-30 01:02:58 -04:00
parent 5e5027880c
commit 18d240cb4c
11 changed files with 182 additions and 0 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