Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
systemctl status can be noisy if the log has been rotated, showing this message: > Warning: The unit file, source configuration file or drop-ins of > podman.socket changed on disk. Run 'systemctl --user daemon-reload' > to reload units. This can be especially problematic in --quiet mode. This patch fixes that by redirecting stderr of the systemctl call used to get the running state of podman to /dev/null.
- Loading branch information