i3 fix, other improvements
[distro-setup] / system-status
index 745e33515fa5c0cc47996b7bc0a7b2d402ebab67..34ad07a20ccf7f0d209000d9da67899d97d0d08d 100755 (executable)
@@ -290,8 +290,8 @@ write-status() {
         # shellcheck disable=SC2016 # exim var, not a bash bar
         if (( $(date -d "$(exim -Mset $mid -be <<<'$h_date:' | sed -n 's/^> *//;/./p')" +%s) < EPOCHSECONDS )); then
           if ip a show veth0-mail &>/dev/null; then
-            pid=$(pgrep -f "/usr/sbin/exim4 -bd -q30m -C /etc/exim4/my.conf"|head -n1);
-            nsenter -t $pid -n -m /usr/sbin/exim4 -C /etc/exim4/my.conf -M $mid
+            pid=$(pgrep -f "/usr/sbin/exim4 -bd -q30m -C /etc/exim4/nn-mainlog.conf"|head -n1);
+            nsenter -t $pid -n -m /usr/sbin/exim4 -C /etc/exim4/nn-mainlog.conf -M $mid
           else
             /usr/sbin/exim4 -M $mid
           fi