summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-07-02 10:43:30 +0000
committerTed Trask <ttrask01@yahoo.com>2009-07-02 10:43:30 +0000
commitb53f2922633b0fc3999ac7639156ef9dac738fa8 (patch)
tree21de7fd22e9f5f8bd1fb4fe4a7b7af32b709c82d
parent0cd63f061a274c35b38917f668fd9e833a6d2274 (diff)
downloadacf-core-b53f2922633b0fc3999ac7639156ef9dac738fa8.tar.bz2
acf-core-b53f2922633b0fc3999ac7639156ef9dac738fa8.tar.xz
Removed uncessary (since openrc) sleep that was slowing down many pages.
-rw-r--r--lib/processinfo.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/processinfo.lua b/lib/processinfo.lua
index 5e5136a..a39efc4 100644
--- a/lib/processinfo.lua
+++ b/lib/processinfo.lua
@@ -121,7 +121,6 @@ function daemoncontrol (process, action)
cmdresult = file:read( "*a" )
file:close()
end
- posix.sleep(2) -- Wait for the process to start|stop
end
return cmdresult,cmderrors
end