Committed by
Gerrit Code Review
Don't spam the linux console with 'logging in as karaf' messages
Fixes ONOS-4337 Change-Id: I1cd4b63706e5758a4f818f23904ebfd39d1d972b
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -25,7 +25,7 @@ pre-start script | ... | @@ -25,7 +25,7 @@ pre-start script |
25 | end script | 25 | end script |
26 | 26 | ||
27 | pre-stop script | 27 | pre-stop script |
28 | - /opt/onos/bin/onos halt 2>>/opt/onos/var/stderr.log | 28 | + /opt/onos/bin/onos halt 1>>/opt/onos/var/stdout.log 2>>/opt/onos/var/stderr.log |
29 | sleep 1 | 29 | sleep 1 |
30 | end script | 30 | end script |
31 | 31 | ... | ... |
-
Please register or login to post a comment