14 lines
303 B
Desktop File
14 lines
303 B
Desktop File
[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 trade
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=default.target
|