mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-28 12:30:01 +02:00
systemd: don't use several ExecStart for ssh-agent
This commit is contained in:
parent
707909162d
commit
714303e14c
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ Description=SSH key agent
|
|||
[Service]
|
||||
Type=simple
|
||||
Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket
|
||||
ExecStartPre=/usr/bin/dbus-update-activation-environment SSH_AUTH_SOCK
|
||||
ExecStart=/usr/bin/ssh-agent -D -a $SSH_AUTH_SOCK
|
||||
ExecStart=/usr/bin/dbus-update-activation-environment SSH_AUTH_SOCK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue