17 lines
322 B
Desktop File
17 lines
322 B
Desktop File
[Unit]
|
|
Description=Run dryrunloop.sh script daily
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/bash /home/ubuntu/freqtrade/tools/dryrunloop.sh
|
|
WorkingDirectory=/home/ubuntu/freqtrade/tools
|
|
User=ubuntu
|
|
Group=ubuntu
|
|
|
|
# Ensure the script exits cleanly
|
|
SuccessExitStatus=0
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|