summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts/services/netfs/run
diff options
context:
space:
mode:
authorMichael Hanson <mihanson@linhes.org>2011-09-07 16:46:21 (GMT)
committerMichael Hanson <mihanson@linhes.org>2011-09-07 16:46:21 (GMT)
commit3aaa5a507a52e3e387712e3732b2104704675301 (patch)
tree0a74580d961f637232625acc839981eb9d6fe94d /abs/core/runit-scripts/runitscripts/services/netfs/run
parent563b0f27dca6ff00a9ff69dc463911bfbd78e499 (diff)
parent8af79359c21b5f07981975c34a7d51ab063b249d (diff)
downloadlinhes_pkgbuild-3aaa5a507a52e3e387712e3732b2104704675301.zip
linhes_pkgbuild-3aaa5a507a52e3e387712e3732b2104704675301.tar.gz
linhes_pkgbuild-3aaa5a507a52e3e387712e3732b2104704675301.tar.bz2
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/runit-scripts/runitscripts/services/netfs/run')
-rwxr-xr-xabs/core/runit-scripts/runitscripts/services/netfs/run3
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core/runit-scripts/runitscripts/services/netfs/run b/abs/core/runit-scripts/runitscripts/services/netfs/run
index 8b6a8b1..06180c2 100755
--- a/abs/core/runit-scripts/runitscripts/services/netfs/run
+++ b/abs/core/runit-scripts/runitscripts/services/netfs/run
@@ -1,6 +1,7 @@
#!/bin/sh
exec 2>&1
+exec 1>/dev/null
sv start rpcbind
-sv start nfs-common
+sv start nfs-common
/etc/rc.d/netfs start