]> git.ipfire.org Git - thirdparty/systemd.git/commit
udev-watch: allow to log from child process
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 26 Oct 2025 01:07:21 +0000 (10:07 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 28 Oct 2025 06:22:21 +0000 (15:22 +0900)
commit84f3f30e72b10ffacab09da6336090ea9f0c049d
treebc87c989265fa785ca9f2ec58a79d2bf83561120
parenta6146b250efcce88ed836e62ead527f699049a8e
udev-watch: allow to log from child process

Otherwise, it is hard to debug issues in reread_partition_table().

This also drop unnecessary FORK_RLIMIT_NOFILE_SAFE flag.
src/udev/udev-watch.c