diff options
author | Juan RP <xtraeme@gmail.com> | 2014-08-08 00:30:13 +0200 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2014-08-08 00:30:13 +0200 |
commit | 8e8cb0568f64cd33a38bf60a8287909cf526c00f (patch) | |
tree | be0834ef674311bfed4d21d57717304f42d0a15c /services | |
parent | 8ccf1fc36be503d4b6ed9dfb7f45cd289cc0763f (diff) | |
download | runit-void-8e8cb0568f64cd33a38bf60a8287909cf526c00f.tar.gz runit-void-8e8cb0568f64cd33a38bf60a8287909cf526c00f.tar.xz runit-void-8e8cb0568f64cd33a38bf60a8287909cf526c00f.zip |
dhcpcd: disable -q and useless redirects.
Diffstat (limited to 'services')
-rwxr-xr-x | services/dhcpcd/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/dhcpcd/run b/services/dhcpcd/run index f1ac8b4..898354d 100755 --- a/services/dhcpcd/run +++ b/services/dhcpcd/run @@ -1,2 +1,2 @@ #!/bin/sh -exec /usr/sbin/dhcpcd -q -B 2>&1 +exec dhcpcd -B |