diff --color -Naur accountsservice-22.08.8/meson.build accountsservice-22.08.8-new/meson.build --- accountsservice-22.08.8/meson.build 2022-02-23 15:27:48.000000000 +0000 +++ accountsservice-22.08.8-new/meson.build 2023-02-07 14:51:50.580305728 +0000 @@ -101,8 +101,7 @@ config_h.set('PATH_WTMP', '_PATH_WTMPX') else - path_wtmp = '/var/log/utx.log' - assert(run_command('test', '-e', path_wtmp).returncode() == 0, 'Do not know which filename to watch for wtmp changes') + path_wtmp = '/var/log/wtmp' config_h.set_quoted('PATH_WTMP', path_wtmp) endif