Skip to content

Commit

Permalink
add new service
Browse files Browse the repository at this point in the history
  • Loading branch information
stash86 committed Jul 21, 2024
1 parent 9bc4189 commit 1f3d9d3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions freqtrade6.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/freqtrade6.log --config user_data/config6.json
Restart=on-failure

[Install]
WantedBy=default.target

0 comments on commit 1f3d9d3

Please sign in to comment.