Add network.unix_relay to yaml config

This commit is contained in:
Dmitry Maksyoma
2023-08-17 20:29:23 +12:00
parent fa88480914
commit c0ed7d7b1a
3 changed files with 22 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ sub new {
},
toStringSub => $args->{toStringSub} || sub {
my $self = shift;
my $derivedValue = $self->deriveValue();
if (defined($derivedValue)) {
return "-$self->{name} " . "'$derivedValue'";