Igalia / webkit-container-sdk

The all-in-one SDK for WebKit GTK/WPE port development.
MIT License
12 stars 7 forks source link

Silence systemctl messages #74

Closed ntrrgc closed 1 week ago

ntrrgc commented 2 weeks ago

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.

ntrrgc commented 1 week ago

Sure, why not, can do both, will update.