blob: b023d312cb457f2fb76feee495aef619e98d879a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[Unit]
Description=House Hunter Scraper Timer
Documentation=https://github.com/your-username/house-hunter
Requires=house-scraper.service
[Timer]
# Run once per day at 8:00 AM
OnCalendar=*-*-* 08:00:00
# Add randomness to avoid overloading if multiple instances
RandomizedDelaySec=1800
# Retry on failure
OnFailure=house-scraper-retry@%i.service
# Persist across reboots
Persistent=true
[Install]
WantedBy=timers.target
|