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

/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