summaryrefslogtreecommitdiff
path: root/units/systemd-udevd-control.socket
Commit message (Collapse)AuthorAgeFilesLines
* Add SPDX license headers to unit filesZbigniew Jędrzejewski-Szmek2017-11-191-0/+2
|
* units: remove udev control socket when systemd stops the socket unit (#4039)Michal Sekletar2016-08-261-0/+1
| | | | | | | | | | | | | Mere presence of the socket in the filesystem makes udev_queue_get_udev_is_active() return that udev is running. Note that, udev on exit doesn't unlink control socket nor does systemd. Thus socket stays around even when both daemon and socket are stopped. This causes problems for cryptsetup because when it detects running udev it launches synchronous operations that *really* require udev. This in turn may cause blocking and subsequent timeout in systemd-cryptsetup on reboot while machine is in a state that udev and its control socket units are stopped, e.g. emergency mode. Fixes #2477
* udev: replace CAP_MKNOD by writable /sys conditionKay Sievers2013-08-171-1/+1
|
* units: and also, order all early-boot sockets before sockets.targetLennart Poettering2013-03-251-0/+1
|
* units: Rename systemd-udev.service to systemd-udevd.serviceColin Guthrie2012-07-021-0/+18
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.