summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/bin/runmsntp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/bin/runmsntp.sh b/usr/local/bin/runmsntp.sh
index e736d42..d770632 100755
--- a/usr/local/bin/runmsntp.sh
+++ b/usr/local/bin/runmsntp.sh
@@ -7,6 +7,6 @@ echo $$ > $1
# exits (wait 1 second to avoid restarting too fast in case
# the network is not yet setup)
while true; do
- /usr/local/bin/msntp -r -P no -l $2 -x $3 $4
+ /usr/local/bin/msntp -v -r -P no -l $2 -x $3 $4 2>&1 | logger -p daemon.info -i -t msntp
sleep 60
done
OpenPOWER on IntegriCloud