b53374f99b619abd90a7c19d69d37a3298b084d5 |
|
28-Apr-2015 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
units: specify timeouts for more oneshot services
Even trivial service occasionally get stuck, for example when
there's a problem with the journal. There's nothing more annoying
that looking at the cylon eye for a job with an infinite timeout.
Use standard 90s for jobs that do some work, and 30s for those which
should be almost instantenous. |
d6bc8348d5be8576a475ac8ced2b0146e60fb71f |
|
25-Sep-2014 |
Daniel Buch <boogiewasthere@gmail.com> |
readahead: wipe out readahead |
22cfbae09d7791c52901c53b240e28c63eee93d4 |
|
25-Jul-2012 |
Michal Schmidt <mschmidt@redhat.com> |
units: add the modules-load cmdline parameters to the unit conditions
For 'modules-load=' and 'rd.modules-load=' to be effective,
systemd-modules-load.service must be started. It is currently
conditional on the existence of config files. Add the presence of the
cmdline parameters to the triggering conditions. |
9393a8774c1acd60deea40007061b9ffc783bf7e |
|
31-May-2012 |
Lennart Poettering <lennart@poettering.net> |
man: add documentation for the binfmt, modules-load, sysctl services |
49dbfa7b2b0bf3906704dac1eaeb4eba91056a19 |
|
21-May-2012 |
Lennart Poettering <lennart@poettering.net> |
units: introduce new Documentation= field and make use of it everywhere
This should help making the boot process a bit easier to explore and
understand for the administrator. The simple idea is that "systemctl
status" now shows a link to documentation alongside the other status and
decriptionary information of a service.
This patch adds the necessary fields to all our shipped units if we have
proper documentation for them. |
5cd6eef69b926175b889799d80bd9deb33a904d1 |
|
22-Apr-2012 |
Lennart Poettering <lennart@poettering.net> |
units: don't try to load kernel modules if CAP_SYS_MODULE is missing |
5430f7f2bc7330f3088b894166bf3524a067e3d8 |
|
12-Apr-2012 |
Lennart Poettering <lennart@poettering.net> |
relicense to LGPLv2.1 (with exceptions)
We finally got the OK from all contributors with non-trivial commits to
relicense systemd from GPL2+ to LGPL2.1+.
Some udev bits continue to be GPL2+ for now, but we are looking into
relicensing them too, to allow free copy/paste of all code within
systemd.
The bits that used to be MIT continue to be MIT.
The big benefit of the relicensing is that closed source code may now
link against libsystemd-login.so and friends. |
adf70c5e4e6673353b8d702baee4e1d21eb05dfe |
|
30-Apr-2011 |
Kay Sievers <kay.sievers@vrfy.org> |
binfmt, modules-load, sysctl, tmpfiles: add missing ConditionDirectoryNotEmpty= |
e096bf2f95c1cb553bb6f3ea370d450397e441e6 |
|
19-Nov-2010 |
Lennart Poettering <lennart@poettering.net> |
units: move a couple of units from base.target to sysinit.target |
f5319832c4cbec4c9569adf1a4512cc620ddc58a |
|
15-Nov-2010 |
Lennart Poettering <lennart@poettering.net> |
units: use ConditionDirectoryNotEmpty= where applicable |
f3c15784a118757b2511cb73d8c5c84a14ab4bc2 |
|
07-Oct-2010 |
Lennart Poettering <lennart@poettering.net> |
units: make sure we run all early boot units before entering basic.target |
4bb2357f77c875976de5e238a5783e4e136b37b5 |
|
28-Sep-2010 |
Lennart Poettering <lennart@poettering.net> |
units: add readahead unit files |
d3f09cf39637de2441288b5e4c93eecbd1fb872d |
|
21-Sep-2010 |
Kay Sievers <kay.sievers@vrfy.org> |
units: always enable random-seed, module-load, vconsole |
449ddb2d23a63ca4c8cd70d13a070fba87c1fb30 |
|
20-Aug-2010 |
Lennart Poettering <lennart@poettering.net> |
remount: add tool that applies /etc/fstab mount options to all api mounts |
b2423f1f436f847d9fc96a63679be2b5552b6baf |
|
19-Aug-2010 |
Lennart Poettering <lennart@poettering.net> |
modules-load: add systemd-modules-load tool that can load a configured list of modules in /etc/modules.d/ on boot, replacing distro-dependent shell hacks for this |