Added more files

This commit is contained in:
Lexi / Zoe 2018-11-01 01:25:33 +01:00
parent 132ec13712
commit 497cf36f95
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
9 changed files with 73 additions and 0 deletions

View file

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