Remove sock file on finish

This commit is contained in:
fanyx 2024-02-21 14:57:21 +01:00
parent d22ed57969
commit 16a4c365b4
1 changed files with 3 additions and 0 deletions

3
.config/sv/ssh-agent/finish Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
rm -f "${XDG_RUNTIME_DIR}/ssh-agent" && exit 0