Full sync - all projects, memory, configs

This commit is contained in:
2026-03-21 20:27:59 -05:00
parent 2447677d4a
commit b33de10902
395 changed files with 1635300 additions and 459211 deletions

View File

@ -0,0 +1,19 @@
[Unit]
Description=Polymarket Sports Arbitrage Scanner
After=network.target
[Service]
Type=oneshot
ExecStart=/usr/bin/python3 /home/wdjones/.openclaw/workspace/projects/crypto-signals/scripts/polymarket_sports_scanner.py
WorkingDirectory=/home/wdjones/.openclaw/workspace/projects/crypto-signals
Environment=PATH=/usr/local/bin:/usr/bin:/bin
EnvironmentFile=-/home/wdjones/.openclaw/workspace/.credentials/telegram-bot.env
StandardOutput=journal
StandardError=journal
# Restart policy for failed runs
Restart=no
RestartSec=30
[Install]
WantedBy=default.target