From f89f3c0643d00f11b3a04d12cf460d8c22aa598f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 21 Dec 2006 18:09:10 +0000 Subject: [PATCH] * Emit the new-devices event to cause the filesystems job to be rerun. svn path=/nixos/trunk/; revision=7452 --- upstart-jobs/udev.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/upstart-jobs/udev.nix b/upstart-jobs/udev.nix index 0da100f7a1b..a801e8d3e47 100644 --- a/upstart-jobs/udev.nix +++ b/upstart-jobs/udev.nix @@ -35,6 +35,8 @@ start script if ${procps}/bin/pkill -u root '^udevd$'; then echo \"couldn't stop udevd\" fi + + initctl emit new-devices end script respawn ${udev}/sbin/udevd