Remove sock file on finish
This commit is contained in:
parent
d22ed57969
commit
16a4c365b4
1 changed files with 3 additions and 0 deletions
3
.config/sv/ssh-agent/finish
Executable file
3
.config/sv/ssh-agent/finish
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
rm -f "${XDG_RUNTIME_DIR}/ssh-agent" && exit 0
|
Loading…
Add table
Reference in a new issue