Initial rough commit
All checks were successful
Cargo Build & Test / Rust project - latest (1.88) (push) Successful in 3m30s
Cargo Build & Test / Rust project - latest (1.85.1) (push) Successful in 4m1s
Cargo Build & Test / Rust project - latest (1.87) (push) Successful in 4m5s
Cargo Build & Test / Rust project - latest (1.86) (push) Successful in 9m41s

This commit is contained in:
2025-06-22 03:00:41 -04:00
parent 5975323678
commit b9cc62e3dd
21 changed files with 12386 additions and 0 deletions

View File

@ -0,0 +1,11 @@
[Unit]
Description=Run a single instance of a fetch
After=syslog.target network.target
[Service]
Type=exec
#Environment=XDG_DATA_HOME=/home/hak8or/code/ebay_scraper_rust/.tmp_run
ExecStart=/usr/local/bin/scraper_fetch.sh
[Install]
WantedBy=multi-user.target