summaryrefslogtreecommitdiff
path: root/units/systemd-udev-settle.service.in
Commit message (Collapse)AuthorAge
* udev: replace CAP_MKNOD by writable /sys conditionKay Sievers2013-08-17
|
* units: order all udev services before sysinit.target, tooLennart Poettering2013-03-25
| | | | | | 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.
* udevd: sort into sysinit instead of basic targetKay Sievers2013-03-12
|
* Move udevadm to rootbindirMichael Biebl2013-03-11
| | | | | The udevadm utility is needed during early boot, so move it to rootbindir to support split-/usr configurations.
* udev: don't let systemd-udev-settle delay basic.targetTom Gundersen2012-09-27
| | | | | | | | | | 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.
* udev: remove Install section from systemd-udev-settle.serviceKay Sievers2012-09-27
| | | | | Legacy tool on-demand pull-in the settling, it should never run by default, nothing orders against is anyway.
* units: Rename systemd-udev.service to systemd-udevd.serviceColin Guthrie2012-07-02
| | | | | | | | | 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.
* man: refer to udevd by its service name not binary nameLennart Poettering2012-06-22
| | | | | | | 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.
* udev: systemd-udev-settle.service fix After=Kay Sievers2012-06-06
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=50779
* udev: man - mention systemd-udevd(8)Kay Sievers2012-05-29
|
* units: introduce new Documentation= field and make use of it everywhereLennart Poettering2012-05-21
| | | | | | | | | | 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.
* udev: units - reference systemd-* unitsKay Sievers2012-04-18
|
* udev: install udevd as /usr/lib/systemd/systemd-udevdKay Sievers2012-04-17