udevd 405 B

12345678910
  1. # We use a scripted service for udev since (at least with eudev-3.1.2)
  2. # there is no other way to get notification when the control socket is
  3. # ready. (The downside is that we cannot properly supervise the process
  4. # and restart it if it crashes).
  5. type = scripted
  6. command = /sbin/udevd --daemon
  7. stop-command = /bin/udevadm control -e
  8. logfile = /run/udevd.log
  9. restart = false
  10. depends-on = early-filesystems