summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-24 21:23:32 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-24 21:23:32 +0000
commit94130afc43dcc3ef2292a3feff918611ab6e1947 (patch)
tree9b9b9558af9d527e5a5ab31c3965becc8435d517 /etc
parent48f247697bb26b033bac11e331461835bf7ee4d9 (diff)
downloadpfsense-94130afc43dcc3ef2292a3feff918611ab6e1947.zip
pfsense-94130afc43dcc3ef2292a3feff918611ab6e1947.tar.gz
Only sleep for 1 second
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 87e3e9b..e00f1b8 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -955,7 +955,7 @@ EOD;
/* if mpd is active, lets take it down */
if(file_exists("{$g['varrun_path']}/mpd.pid")) {
killbypid(file_get_contents("{$g['varrun_path']}/mpd.pid"));
- sleep(3);
+ sleep(1);
}
/* fire up mpd */
OpenPOWER on IntegriCloud