From f29e050c6867de8db48e003526f4ec89e8eb989e Mon Sep 17 00:00:00 2001 From: Botspot Date: Thu, 12 Aug 2021 11:44:13 -0500 Subject: [PATCH] Conky: first run: use setsid --- apps/Conky Rings/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Conky Rings/install b/apps/Conky Rings/install index 5542722..0a724bb 100755 --- a/apps/Conky Rings/install +++ b/apps/Conky Rings/install @@ -29,7 +29,7 @@ rm -f .uuid || error "Failed to delete unnecessary .uuid file!" wget -O ~/.conky_rings.lua https://raw.githubusercontent.com/Botspot/rpi_conky/master/conky_rings/.conky_rings.lua || error "Failed to download conky-rings.lua!" #run conky this time -conky -q -d -p 3 & +setsid conky -q -d -p 3 & #make autostart entry to run it next time mkdir -p ~/.config/autostart