fix PATH-problem in .bash_completion and stuff

This commit is contained in:
Lexi / Zoe 2019-01-11 02:15:40 +01:00
parent d13424613b
commit dd9f6470b8
3 changed files with 6 additions and 9 deletions

View file

@ -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