summaryrefslogtreecommitdiff
path: root/init/udev.service.in
AgeCommit message (Collapse)Author
2011-10-12systemd: use ConditionCapability=CAP_MKNOD instead of ↵Kay Sievers
ConditionVirtualization=!container
2011-10-10udevd: install into /lib/udev instead of /sbinKay Sievers
2011-10-06systemd: no not start udev in a containerKay Sievers
2011-05-25systemd: split socket fileKay Sievers
2011-04-21systemd: Reqires= -> Wants=udev.socketKay Sievers
2011-04-14udevd: get netlink socket from systemdKay Sievers
2011-04-14systemd: add OOMScoreAdjust=-1000Kay Sievers
2011-03-23systemd: bind udev control socket in systemd and split udev.serviceKay 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-07systemd: sort before basic.targetKay Sievers
2010-09-03systemd: enable all udev services unconditionallyKay Sievers
2010-08-19init: edit systemd service descriptionsKay Sievers
2010-08-19init: add 'udev -' to description in systemd service filesKay Sievers
2010-07-08systemd: make service files readable by GKeyFileLennart Poettering
2010-07-04systemd: update service files for newly introduced DefaultDependencies= optionLennart 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-25make: pre-process and install systemd service files when neededKay Sievers