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. |
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. |
1dff3202941786dd00060f078f6b031efe52d3c3 |
|
14-May-2015 |
Lennart Poettering <lennart@poettering.net> |
units: fix typo in systemd-resolved.service
There's no network.service unit, we actually mean network.target here.
Reported by Fco. Eduardo RamÃrez. |
defa8e675b2903ad53e093bb2847c7256f0779a5 |
|
19-Mar-2015 |
Dimitri John Ledkov <dimitri.j.ledkov@intel.com> |
resolved: Do not add .busname dependencies, when compiling without kdbus. |