diff --git a/freqtrade.service b/freqtrade.service index 76f9b6016..9de9f13c7 100644 --- a/freqtrade.service +++ b/freqtrade.service @@ -6,7 +6,7 @@ After=network.target # Set WorkingDirectory and ExecStart to your file paths accordingly # NOTE: %h will be resolved to /home/ WorkingDirectory=%h/freqtrade -ExecStart=/usr/bin/freqtrade --dynamic-whitelist 40 +ExecStart=/usr/bin/freqtrade Restart=on-failure [Install]