History log of /systemd/units/systemd-networkd.service.m4.in
Revision Date Author Comments Expand
c2fc2c2560f0ca0fab383753c065e45d76f465e5 29-Sep-2015 Lennart Poettering <lennart@poettering.net>

units: increase watchdog timeout to 3min for all our services Apparently, disk IO issues are more frequent than we hope, and 1min waiting for disk IO happens, so let's increase the watchdog timeout a bit, for all our services. See #1353 for an example where this triggers.

d2d1e36beec8587f43c93fb0323a41d410ed82e6 23-Jul-2015 Tom Gundersen <teg@jklm.no>

units: order networkd after sysctl This way networkd will correctly and race-freely inherit the default settings applied by sysctl. Suggested in issue #468.

1b09f548c7f303b486b5b1321c06336bff72ada4 17-Jun-2015 Kay Sievers <kay@vrfy.org>

turn kdbus support into a runtime option ./configure --enable/disable-kdbus can be used to set the default behavior regarding kdbus. If no kdbus kernel support is available, dbus-dameon will be used. With --enable-kdbus, the kernel command line option "kdbus=0" can be used to disable kdbus. With --disable-kdbus, the kernel command line option "kdbus=1" is required to enable kdbus support.

b5acb956d1ceca70e1fc7546534b43b7d81322cc 15-May-2015 Tom Gundersen <teg@jklm.no>

units: make networkd pull in its own .busname unit The daemon requires the busname unit to operate (on kdbus systems), since it contains the policy that allows it to acquire its service name. This fixes https://bugs.freedesktop.org/show_bug.cgi?id=90287