Bug#947158: systemd: After=network.target is ineffective

2019-12-22 Thread Michael Biebl
Am 22.12.19 um 07:51 schrieb Paul Szabo: > Package: systemd > Version: 241-7~deb10u2 > Severity: normal > Tags: patch > > Lately (since buster?) I observe that "After=network.target" is ineffective, > maybe because dhcpcd runs asynchronously. I seem to get good results by > creating a file > >

Bug#947158: systemd: After=network.target is ineffective

2019-12-21 Thread Paul Szabo
Package: systemd Version: 241-7~deb10u2 Severity: normal Tags: patch Lately (since buster?) I observe that "After=network.target" is ineffective, maybe because dhcpcd runs asynchronously. I seem to get good results by creating a file /etc/network/if-up.d/00waitup with contents as below. Chee