log as getmail instead of getmail6

getmail6 itself logs as "getmail" to syslog.
we align here to "getmail" too.
This commit is contained in:
casperklein 2024-08-15 21:03:11 +02:00
parent d82da8d23f
commit c0ac4f5fed
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ GETMAIL_DIR=/var/lib/getmail
trap 'pkill --parent $$' EXIT trap 'pkill --parent $$' EXIT
function _syslog_error() { function _syslog_error() {
logger --id "${$}" --priority mail.err --tag getmail6 "${1}" logger --id "${$}" --priority mail.err --tag getmail "${1}"
} }
function _stopService() { function _stopService() {