From 399ef8eae2c59620d9c7ba3d0ade6e23c2c70b6e Mon Sep 17 00:00:00 2001 From: gravel Date: Thu, 1 Jun 2023 14:54:14 +0000 Subject: [PATCH] Replace disown with POSIX nohup --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7926096..b38e5d9 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ lan-server: # Open locally served page in browser. open: - xdg-open "http://localhost:$(PORT)" >/dev/null 2>/dev/null & disown + nohup xdg-open "http://localhost:$(PORT)" >/dev/null 2>/dev/null # Update HTML on file change. watchdog: