summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlias Apalodimas <ilias.apalodimas@linaro.org>2018-10-25 15:09:44 +0300
committerIlias Apalodimas <ilias.apalodimas@linaro.org>2018-10-25 15:09:44 +0300
commit4d3efe22bbcf11ffbf991a338651b360600ad243 (patch)
tree281a5305c36cee7af0af15350328e3808f4236da
parent77005ce60d7eaccb2b634853e96b1841e1f24f54 (diff)
send ptp4l output to syslog only
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
-rwxr-xr-xscripts/run-ptp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run-ptp.sh b/scripts/run-ptp.sh
index ebaeed7..54c9693 100755
--- a/scripts/run-ptp.sh
+++ b/scripts/run-ptp.sh
@@ -11,4 +11,4 @@ echo "[$iface]" >> testptp.cfg
echo "#" >> testptp.cfg
echo "transportSpecific 1" >> testptp.cfg
# Run all as masters and let them select
-ptp4l -f testptp.cfg -i "$iface" -m &
+ptp4l -f testptp.cfg -i "$iface" &