fix PATH-problem in .bash_completion and stuff
This commit is contained in:
parent
d13424613b
commit
dd9f6470b8
3 changed files with 6 additions and 9 deletions
|
|
@ -2,9 +2,9 @@
|
|||
Description=SSH key agent
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
Type=simple
|
||||
Environment=SSH_AUTH_SOCK=%t/ssh-agent.sock
|
||||
ExecStart=/usr/bin/ssh-agent -a $SSH_AUTH_SOCK
|
||||
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