systemd: simplify a bit ssh-agent.service

This commit is contained in:
Vincent Bernat 2020-04-04 17:09:16 +02:00
parent 01cfa52e95
commit 707909162d

View file

@ -5,4 +5,4 @@ Description=SSH key agent
Type=simple
Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket
ExecStart=/usr/bin/ssh-agent -D -a $SSH_AUTH_SOCK
ExecStart=/usr/bin/dbus-update-activation-environment SSH_AUTH_SOCK=$SSH_AUTH_SOCK
ExecStart=/usr/bin/dbus-update-activation-environment SSH_AUTH_SOCK