diff --git a/dotfiles/systemd/ssh-agent.service b/dotfiles/systemd/ssh-agent.service index 188473a..8c8f50b 100644 --- a/dotfiles/systemd/ssh-agent.service +++ b/dotfiles/systemd/ssh-agent.service @@ -11,3 +11,4 @@ ExecStart=/usr/bin/ssh-agent -a $SSH_AUTH_SOCK ExecStartPost=%h/.config/i3/bin/ssh-add ExecStopPost=/usr/bin/dbus-update-activation-environment --systemd SSH_AUTH_SOCK= Restart=always +TimeoutStartSec=infinity