Remove deprecated --dynamic-whitelist from freqtrade.service

This commit is contained in:
hroff-1902 2019-03-06 20:55:40 +03:00 committed by GitHub
parent 0634e135df
commit 8624d83be0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ After=network.target
# Set WorkingDirectory and ExecStart to your file paths accordingly
# NOTE: %h will be resolved to /home/<username>
WorkingDirectory=%h/freqtrade
ExecStart=/usr/bin/freqtrade --dynamic-whitelist 40
ExecStart=/usr/bin/freqtrade
Restart=on-failure
[Install]