1
0
mirror of https://github.com/systemd/systemd synced 2025-11-18 08:14:46 +01:00

Compare commits

..

No commits in common. "516df12af9679ab25c39813d6787b0f044a53990" and "308d40626d9b5d65dbf553c019d8356c6e007eb0" have entirely different histories.

2 changed files with 0 additions and 5 deletions

View File

@ -55,8 +55,6 @@ static int device_monitor_handler(sd_device_monitor *monitor, sd_device *device,
printf("\n");
}
fflush(stdout);
return 0;
}

View File

@ -35,9 +35,6 @@ for i in {1..5}; do
echo "Start #$i"
systemctl stop --no-block systemd-resolved.service
# Wait for systemd-resolved in ExecStart= being stopped.
# shellcheck disable=SC2016
timeout 10 bash -c 'until [[ "$(systemctl show --property=MainPID --value systemd-resolved.service)" == 0 ]]; do sleep 0.1; done'
if ! resolvectl; then
journalctl -o short-monotonic --no-hostname --no-pager -u systemd-resolved.service -n 15
exit 1