This commit is contained in:
Tour
2025-12-09 08:04:16 +01:00
commit e69563d4d6
37 changed files with 7262 additions and 0 deletions

19
scaev-monitor.service Normal file
View File

@@ -0,0 +1,19 @@
[Unit]
Description=Scaev Auction Monitor - Continuous scraping service
After=network.target
[Service]
Type=simple
User=tour
WorkingDirectory=/home/tour/scaev
ExecStart=/usr/bin/python3 /home/tour/scaev/src/monitor.py 30
Restart=always
RestartSec=60
StandardOutput=append:/home/tour/scaev/logs/monitor.log
StandardError=append:/home/tour/scaev/logs/monitor.error.log
# Environment
Environment="PYTHONUNBUFFERED=1"
[Install]
WantedBy=multi-user.target