4bb3a126b7a683a537d4279270c1a22ce6cf5e9f |
|
17-Aug-2013 |
Kay Sievers <kay@vrfy.org> |
udev: replace CAP_MKNOD by writable /sys condition |
b0afe214c043ec2360c652d02f1e28489b817628 |
|
25-Mar-2013 |
Lennart Poettering <lennart@poettering.net> |
units: order all udev services before sysinit.target, too
Not that it would matter much, but let's make things a bit more
systematic: early boot services shall order themselves before
sysinit.target, and nothing else. |
3bf3cd95abf815be091a5398b3796d5e325862b6 |
|
12-Mar-2013 |
Kay Sievers <kay@vrfy.org> |
udevd: sort into sysinit instead of basic target |
f432bb914499e2c28b43f592bb273f0a8664f352 |
|
11-Mar-2013 |
Michael Biebl <biebl@debian.org> |
Move udevadm to rootbindir
The udevadm utility is needed during early boot, so move it to
rootbindir to support split-/usr configurations. |
44b1222bd3ab1adc952751f7251b9bbfe4796333 |
|
27-Sep-2012 |
Tom Gundersen <teg@jklm.no> |
udev: don't let systemd-udev-settle delay basic.target
It is no longer possible to manually enable systemd-udev-settle.service,
so its only use is by legacy services explicitly pulling it in. It makes
sense for these services to also explicitly order themselves after
udev-settle.service, which makes After=basic.target redundant.
This should reduce the negative effect on boot-time of having to enable
legacy services such as lvm.service. |
84c3f7c2bb47168d2da96f34b56dccedd5cf7efc |
|
27-Sep-2012 |
Kay Sievers <kay@vrfy.org> |
udev: remove Install section from systemd-udev-settle.service
Legacy tool on-demand pull-in the settling, it should never run
by default, nothing orders against is anyway. |
51dfddc2cceb345ffc994014e4a4b3f2d2d3a3aa |
|
02-Jul-2012 |
Colin Guthrie <colin@mageia.org> |
units: Rename systemd-udev.service to systemd-udevd.service
This naming convention is more inline with other systemd daemon
unit names (systemd-logind.service, systemd-localed.service etc)
The companion .socket units have also been renamed, however the
-trigger and -settle units keep their current name as these are
not directly related to daemon process itself. |
b79f817b1bec4f7e39a1ed8b9d42a0c191c22ef5 |
|
22-Jun-2012 |
Lennart Poettering <lennart@poettering.net> |
man: refer to udevd by its service name not binary name
Since the binary name is now hidden away in /usr/lib/ the primary user
handle for the udev service is the unit name, hence change the man page
to be available under the unit name, and make the binary name an alias
for it. |
a2368a3f37ede469d4359421c1e4ad304c682a07 |
|
06-Jun-2012 |
Kay Sievers <kay@vrfy.org> |
udev: systemd-udev-settle.service fix After=
https://bugs.freedesktop.org/show_bug.cgi?id=50779 |
3e920c7164eab44ab20356598bd52629143ed04d |
|
29-May-2012 |
Kay Sievers <kay@vrfy.org> |
udev: man - mention systemd-udevd(8) |
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. |
180bd81280cf4e1fdf393314c8322124ab49dbbb |
|
18-Apr-2012 |
Kay Sievers <kay@vrfy.org> |
udev: units - reference systemd-* units |
f13b388f97bc3ba8db844bd3413d510e2466a0b6 |
|
17-Apr-2012 |
Kay Sievers <kay@vrfy.org> |
udev: install udevd as /usr/lib/systemd/systemd-udevd |