FU: Set procname
This commit is contained in:
parent
59a7a16c2a
commit
8edb226a18
1 changed files with 1 additions and 1 deletions
|
|
@ -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';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue