Initial commit

This commit is contained in:
2022-02-11 20:24:15 +01:00
commit 341738e850
7 changed files with 113 additions and 0 deletions

View File

@ -0,0 +1,6 @@
[Unit]
Description=Update (if needed) name server with our IP
[Service]
User=PH_USER
ExecStart=PH_DIRECTORY/main.sh

View File

@ -0,0 +1,9 @@
[Unit]
Description=Run DNS update every 30 minutes
[Timer]
OnBootSec=1min
OnUnitActiveSec=30min
[Install]
WantedBy=timers.target