X-Git-Url: https://git.hcoop.net/hcoop/debian/exim4.git/blobdiff_plain/de45f55a663159e1967e347a64e3edd87efe5e8e..798bcb8a094a3a7399d04d760c882f4f25922f41:/debian/exim4-base.cron.daily diff --git a/debian/exim4-base.cron.daily b/debian/exim4-base.cron.daily index 8f26b63..9ee4140 100644 --- a/debian/exim4-base.cron.daily +++ b/debian/exim4-base.cron.daily @@ -98,8 +98,8 @@ if [ -x /usr/sbin/exim_tidydb ]; then # (see #373786 and #376165) find $SPOOLDIR/db -maxdepth 1 -name '*.lockfile' -or -name 'log.*' \ -or -type f -printf '%f\0' | \ - su - --shell /bin/bash \ - --command "xargs -0r -n 1 /usr/sbin/exim_tidydb $SPOOLDIR > /dev/null" \ + runuser --shell=/bin/bash \ + --command="xargs -0r -n 1 /usr/sbin/exim_tidydb $SPOOLDIR > /dev/null" \ Debian-exim fi fi