first commit

This commit is contained in:
2026-01-26 12:34:00 +01:00
commit e64465a7e6
29 changed files with 2952 additions and 0 deletions

15
systemd/news-agent.timer Normal file
View File

@@ -0,0 +1,15 @@
[Unit]
Description=News Agent Daily Timer
Requires=news-agent.service
[Timer]
# Run daily at 07:00 Europe/Oslo time
OnCalendar=07:00
Persistent=true
# If system was off at trigger time, run on next boot
# but wait 5 minutes after system is up
OnBootSec=5min
[Install]
WantedBy=timers.target