History log of /systemd/units/systemd-udev-settle.service.in
Revision Date Author Comments Expand
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.

/systemd/man/systemd.special.xml /systemd/man/systemd.unit.xml /systemd/src/core/dbus-unit.c /systemd/src/core/dbus-unit.h /systemd/src/core/load-fragment-gperf.gperf.m4 /systemd/src/core/load-fragment.c /systemd/src/core/load-fragment.h /systemd/src/core/unit.c /systemd/src/core/unit.h /systemd/src/shared/util.c /systemd/src/shared/util.h /systemd/src/systemctl/systemctl.c basic.target bluetooth.target cryptsetup.target dev-hugepages.mount dev-mqueue.mount emergency.service.in emergency.target final.target getty.target getty@.service.m4 graphical.target halt.target hibernate.target http-daemon.target kexec.target local-fs-pre.target local-fs.target mail-transfer-agent.target multi-user.target network.target nss-lookup.target nss-user-lookup.target poweroff.target printer.target proc-sys-fs-binfmt_misc.mount reboot.target remote-fs-pre.target remote-fs.target rescue.service.m4.in rescue.target rpcbind.target serial-getty@.service.m4 shutdown.target sigpwr.target sleep.target smartcard.target sockets.target sound.target suspend.target swap.target sysinit.target syslog.socket syslog.target systemd-ask-password-console.path systemd-ask-password-console.service.in systemd-ask-password-plymouth.path systemd-ask-password-plymouth.service.in systemd-ask-password-wall.path systemd-ask-password-wall.service.in systemd-binfmt.service.in systemd-hostnamed.service.in systemd-initctl.service.in systemd-initctl.socket systemd-journald.service.in systemd-journald.socket systemd-localed.service.in systemd-logind.service.in systemd-modules-load.service.in systemd-shutdownd.service.in systemd-shutdownd.socket systemd-sysctl.service.in systemd-timedated-ntp.target systemd-timedated.service.in systemd-tmpfiles-clean.service.in systemd-tmpfiles-clean.timer systemd-tmpfiles-setup.service.in systemd-udev-control.socket systemd-udev-kernel.socket systemd-udev-settle.service.in systemd-udev-trigger.service.in systemd-udev.service.in systemd-update-utmp-runlevel.service.in systemd-update-utmp-shutdown.service.in systemd-vconsole-setup.service.in time-sync.target umount.target user/default.target user/exit.service.in user/exit.target
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