life moves on...

This commit is contained in:
Daniel Lundin 2019-09-03 14:50:36 +02:00
parent 413bbdb7f7
commit a282db3c4b
9 changed files with 42 additions and 25 deletions
.config/systemd/user

View file

@ -5,7 +5,7 @@ Description=SSH key agent
Type=forking
Environment=SSH_AUTH_SOCK=%h/.ssh/ssh_auth_sock
ExecStartPre=/usr/bin/rm -f $SSH_AUTH_SOCK
ExecStart=/usr/bin/ssh-agent -a $SSH_AUTH_SOCK
ExecStart=/usr/bin/ssh-agent -a $SSH_AUTH_SOCK -t 3600
[Install]
WantedBy=default.target