use --nousb to disable usb device checks

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-08-09 14:23:51 -04:00
parent b78e128d91
commit b57a168648
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@
{% if geth_metrics_enabled %}
--metrics
{% endif %}
--nousb
--extradata={{ geth_extra_data }}
--verbosity={{ geth_log_level_id }}
--cache={{ geth_cache }}