From ef3af3f59739e353fb4d6fdf6a97d89e6a11bc0e Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 18 Feb 2023 20:36:30 +0100 Subject: [PATCH] systemd: don't timeout ssh-agent.service --- dotfiles/systemd/ssh-agent.service | 1 + 1 file changed, 1 insertion(+) 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