mirror of
https://codeberg.org/shm0rt/ddns-pdns-updater.git
synced 2025-07-28 21:19:08 +02:00
11 lines
158 B
SYSTEMD
11 lines
158 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run PowerDNS DDNS update every minute
|
||
|
Requires=pdns-ddns.service
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=*:*
|
||
|
Persistent=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|