Initial commit

This commit is contained in:
2025-11-06 20:28:41 +01:00
commit 5fc4fbcef3
182 changed files with 4742 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
[Unit]
Description=Update the unbound root hints
[Service]
Type=oneshot
ExecStart=/var/home/pihole/update-hints.sh

View File

@@ -0,0 +1,11 @@
[Unit]
Description=Timer for the update-hints service
[Timer]
OnCalendar=*-12-01 00:00:00
OnCalendar=*-6-01 00:00:00
Persistent=true
Unit=update-hints.service
[Install]
WantedBy=timers.target

View File

@@ -0,0 +1,6 @@
[Unit]
Description=Update the unbound root entries
[Service]
Type=oneshot
ExecStart=/var/home/pihole/update-root.sh

View File

@@ -0,0 +1,10 @@
[Unit]
Description=Timer for the update-root service
[Timer]
OnCalendar=*-*-01 00:00:00
Persistent=true
Unit=update-root.service
[Install]
WantedBy=timers.target