Set a custom UserAgent

master
Daniel Berteaud 5 年前
父节点 e094810b83
当前提交 4d47fc9c49
  1. 1
      systemd-journal-gelf

@ -117,6 +117,7 @@ if (
print "Starting the Systemd Journal GELF uploader daemon\n";
my $ua = LWP::UserAgent->new(
agent => 'SystemdJournalGelf',
env_proxy => 1,
keep_alive => $conf->{keep_alive}
);

正在加载...
取消
保存