FU: Set procname

This commit is contained in:
Yorhel 2025-05-25 14:05:36 +02:00
parent 59a7a16c2a
commit 8edb226a18

View file

@ -1,7 +1,7 @@
#!/usr/bin/perl #!/usr/bin/perl
use v5.36; use v5.36;
use FU -spawn; use FU -spawn, -procname => 'manned';
use FU::SQL; use FU::SQL;
use FU::XMLWriter ':html5_'; use FU::XMLWriter ':html5_';
use FU::Util 'httpdate_format', 'uri_escape'; use FU::Util 'httpdate_format', 'uri_escape';