Remove ssh-agent.service
This commit is contained in:
parent
19cd11089a
commit
933f64d35a
|
@ -1,12 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=SSH key agent
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=simple
|
|
||||||
Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket
|
|
||||||
# DISPLAY required for ssh-askpass to work
|
|
||||||
Environment=DISPLAY=:0
|
|
||||||
ExecStart=/usr/bin/ssh-agent -D -a $SSH_AUTH_SOCK
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=default.target
|
|
Loading…
Reference in a new issue