mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-17 02:03:44 +03:00
897448bd37
So far we expected callers to block the signals manually. Which is usually a good idea, since they should do that before forking off threads and similar. But let's add a mode where we automatically block it for the caller, to simplify things.