Initial rough commit

This commit is contained in:
2025-06-22 03:00:41 -04:00
parent 5975323678
commit 2629179dc1
20 changed files with 12313 additions and 0 deletions

11
systemd/fetch.service Normal file
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=/home/hak8or/code/ebay_scraper_rust/systemd/fetch.sh
[Install]
WantedBy=multi-user.target