Added ssh-agent user service

This commit is contained in:
datalore 2024-01-31 20:14:22 +01:00
parent 0a16b22ff5
commit c030709692

View File

@ -0,0 +1,10 @@
[Unit]
Description=SSH agent
[Service]
Type=simple
Environment=SSH_AUTH_SOCK=%t/ssh-agent.sock
ExecStart=/usr/bin/ssh-agent -D -a $SSH_AUTH_SOCK
[Install]
WantedBy=default.target