On Fri, Aug 10, 2012 at 3:05 PM, Baho Utot <baho-utot@xxxxxxxxxxxxxxx> wrote: > Yes but part of systemd is installed with udev as I understand it? > > Have you tried to strip out udev from systemd so you can use sysvinit > without anything from systemd ? The systemd daemon is not installed. However, lots of little tools are (look in /usr/lib/systemd/systemd-*), including udev. Udev would work without any of the other tools, but initscripts use them all, so removing them would not be a good idea. -t