Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-12 | systemd: use ConditionCapability=CAP_MKNOD instead of ↵ | Kay Sievers | |
ConditionVirtualization=!container | |||
2011-10-10 | udevd: install into /lib/udev instead of /sbin | Kay Sievers | |
2011-10-06 | systemd: no not start udev in a container | Kay Sievers | |
2011-05-25 | systemd: split socket file | Kay Sievers | |
2011-04-21 | systemd: Reqires= -> Wants=udev.socket | Kay Sievers | |
2011-04-14 | udevd: get netlink socket from systemd | Kay Sievers | |
2011-04-14 | systemd: add OOMScoreAdjust=-1000 | Kay Sievers | |
2011-03-23 | systemd: bind udev control socket in systemd and split udev.service | Kay Sievers | |
We should bind the udev socket from systemd, so we are sure that the abstract namespace socket is always bound by a root process and there is never a window during an update where an untrusted process can steal our socket. Also split the udev.service file, so that the daemon can be updated/restarted without triggering any coldplug events. | |||
2010-10-07 | systemd: sort before basic.target | Kay Sievers | |
2010-09-03 | systemd: enable all udev services unconditionally | Kay Sievers | |
2010-08-19 | init: edit systemd service descriptions | Kay Sievers | |
2010-08-19 | init: add 'udev -' to description in systemd service files | Kay Sievers | |
2010-07-08 | systemd: make service files readable by GKeyFile | Lennart Poettering | |
2010-07-04 | systemd: update service files for newly introduced DefaultDependencies= option | Lennart Poettering | |
This new option has been introduced very recently in systemd and needs to be unset for udev, since udev is supposed to be run on early boot. | |||
2010-06-25 | make: pre-process and install systemd service files when needed | Kay Sievers | |