Skip to content

Commit

Permalink
add freqtrade5
Browse files Browse the repository at this point in the history
  • Loading branch information
stash86 committed Jul 8, 2024
1 parent 8b4fcd6 commit dc8f037
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions freqtrade5.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[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=%h/freqtrade/.venv/bin/freqtrade trade --logfile user_data/logs/freqtrade5.log --config user_data/config5.json
Restart=on-failure

[Install]
WantedBy=default.target

0 comments on commit dc8f037

Please sign in to comment.