We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92a882 commit 80f6199Copy full SHA for 80f6199
nix/tabby-socat.nix
@@ -4,6 +4,7 @@ in
4
pkgs.writeShellApplication {
5
name = "tabby-socat";
6
text = ''
7
+ rm ./tabby.sock || true
8
${pkgs.socat}/bin/socat \
9
UNIX-LISTEN:./tabby.sock,fork,reuseaddr,keepalive \
10
TCP:localhost:8080,keepalive &
0 commit comments