From 8edb226a1824fa81de0cbacc9fef433432777e6b Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sun, 25 May 2025 14:05:36 +0200 Subject: [PATCH] FU: Set procname --- www/index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.pl b/www/index.pl index f37f1a0..dd48c38 100755 --- a/www/index.pl +++ b/www/index.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl use v5.36; -use FU -spawn; +use FU -spawn, -procname => 'manned'; use FU::SQL; use FU::XMLWriter ':html5_'; use FU::Util 'httpdate_format', 'uri_escape';