Skip to content

Commit 80f6199

Browse files
committed
fix tabby-socat
1 parent d92a882 commit 80f6199

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nix/tabby-socat.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ in
44
pkgs.writeShellApplication {
55
name = "tabby-socat";
66
text = ''
7+
rm ./tabby.sock || true
78
${pkgs.socat}/bin/socat \
89
UNIX-LISTEN:./tabby.sock,fork,reuseaddr,keepalive \
910
TCP:localhost:8080,keepalive &

0 commit comments

Comments
 (0)