[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
All checks were successful
Build hydros-systemd-units / Build and push image (push) Successful in 1m41s
This commit is contained in:
10
hydros-systemd-units/systemd/user/hydros-ssh-agent.service
Normal file
10
hydros-systemd-units/systemd/user/hydros-ssh-agent.service
Normal 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
|
||||
Reference in New Issue
Block a user