freqtrade.service
[Unit]
Description=Freqtrade Crypto Trading Bot
After=network.target
[Service]
Type=simple
User=vincent
WorkingDirectory=/home/vincent/freqtrade
ExecStart=/home/vincent/freqtrade/.venv/bin/freqtrade trade --config /home/vincent/freqtrade-user/config.json --strategy SimpleStrategy
Restart=on-failure
RestartSec=10
StandardOutput=journal
StandardError=journal
SyslogIdentifier=freqtrade
[Install]
WantedBy=multi-user.target