summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Horák <dan@danny.cz>2012-03-01 10:56:47 +0100
committerDan Horák <dan@danny.cz>2012-03-01 10:56:47 +0100
commit7f5df88d984fcecb086a41bb96cf9cc423c77f19 (patch)
treef17774ff63b3a1822b4edb17d4ae2d137e0f37ad
parenteae9318884ca7f4398315ecd6c86702824fbb340 (diff)
downloadutils-7f5df88d984fcecb086a41bb96cf9cc423c77f19.tar.gz
utils-7f5df88d984fcecb086a41bb96cf9cc423c77f19.tar.xz
utils-7f5df88d984fcecb086a41bb96cf9cc423c77f19.zip
run device_cio_free after rcS
Running the device_cio_free job when rcS is in the stopped state should solve a race between device_cio_and and /proc possibly not yet mounted (rhbz#752146)
-rw-r--r--device_cio_free.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/device_cio_free.conf b/device_cio_free.conf
index 8d61531..8837012 100644
--- a/device_cio_free.conf
+++ b/device_cio_free.conf
@@ -2,7 +2,7 @@
# free all devices on startup
#
-start on starting rcS
+start on stopping rcS
task