First commit
This commit is contained in:
commit
9417f24a25
4 changed files with 61 additions and 0 deletions
10
files/ssh-agentd.service
Normal file
10
files/ssh-agentd.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=SSH key agent
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
EnvironmentFile=%h/.config/environment.d/ssh-agentd.conf
|
||||
ExecStart=/usr/bin/ssh-agent -D -a $SSH_AUTH_SOCK
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Add table
Add a link
Reference in a new issue