Merge pull request #1627 from hroff-1902/patch-17

Remove deprecated --dynamic-whitelist from freqtrade.service
This commit is contained in:
Matthias 2019-03-06 19:09:37 +01:00 committed by GitHub
commit 045de94b49
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]