mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 18:28:34 +02:00
systemd: simplify a bit ssh-agent.service
This commit is contained in:
parent
01cfa52e95
commit
707909162d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue