update-ipblocklists: Do not log the pid in syslog.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl
2022-04-05 04:57:19 +02:00
parent aba4e1cd1e
commit 82fea6d575

View File

@@ -46,7 +46,7 @@ if ( $> == 0 ) {
}
# Establish the connection to the syslog service.
openlog('ipblocklist', 'cons,pid', 'user');
openlog('ipblocklist', 'cons', 'user');
# Grab the configured providers.
&General::readhash("${General::swroot}/ipblocklist/settings", \%settings);