d8f0930eec248c2f54c85aa5029e1b3775c8dc75 |
|
03-Apr-2015 |
Lennart Poettering <lennart@poettering.net> |
units: move After=systemd-hwdb-update.service dependency from udev to udev-trigger
Let's move the hwdb regeneration a bit later. Given that hwdb is
non-essential it should be OK to allow udev to run without it until we
do the full trigger.
http://lists.freedesktop.org/archives/systemd-devel/2015-April/030074.html |
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. |
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. |
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. |
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 |