7d62243fe6
- Fetches 12 articles hourly from FreshRSS - Generates 4-6 sentence summaries using Ollama - Creates sequential sethpc.xyz short links (pi0, pi1, etc.) via yourls - Continuous vertical marquee scrolling at reading speed - No wait between rescrolls - immediately loops to next pass - New briefing generated every hour at :00 - Systemd service and timer for auto-start and hourly scheduling
12 lines
179 B
SYSTEMD
12 lines
179 B
SYSTEMD
[Unit]
|
|
Description=piNail Hourly News Briefing Timer
|
|
Requires=pinail-briefing.service
|
|
|
|
[Timer]
|
|
OnBootSec=2min
|
|
OnUnitActiveSec=1h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|