X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/3ba15b3404cae27dd0e550c7b014c5f08b50aad5..f5f39bf6d1b33a2ec77cd6f79c1d38ae116ff076:/systemd/user/ssh-agent.service?ds=sidebyside diff --git a/systemd/user/ssh-agent.service b/systemd/user/ssh-agent.service index 8a1d157..562c6af 100644 --- a/systemd/user/ssh-agent.service +++ b/systemd/user/ssh-agent.service @@ -2,9 +2,8 @@ Description=SSH key agent [Service] -Type=forking PassEnvironment=SSH_AUTH_SOCK -ExecStart=/usr/bin/ssh-agent -a $SSH_AUTH_SOCK +ExecStart=/usr/bin/ssh-agent -a $SSH_AUTH_SOCK -t 1h [Install] WantedBy=default.target