make logger command more clear

This commit is contained in:
casperklein 2024-08-15 20:58:52 +02:00
parent 08f61a9ef1
commit d82da8d23f
1 changed files with 1 additions and 1 deletions

View File

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