diff --git a/systemd-journal-gelf b/systemd-journal-gelf index 3058985..dfdca3f 100644 --- a/systemd-journal-gelf +++ b/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} );