From 'develop' of https://github.com/freqtrade/freqtrade into nullart/maindev

This commit is contained in:
Nullart
2018-07-10 13:18:09 +08:00
93 changed files with 19015 additions and 13 deletions

14
freqtrade.service Executable file
View File

@@ -0,0 +1,14 @@
[Unit]
Description=Freqtrade Daemon
After=network.target
[Service]
# 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
Restart=on-failure
[Install]
WantedBy=default.target