Update DNS repeatedly

This commit is contained in:
2020-12-17 10:36:24 -06:00
parent 2800425740
commit 4751f0e996
3 changed files with 41 additions and 22 deletions

View File

@@ -4,8 +4,8 @@ After=network-online.target
Wants=network-online.target
[Service]
Type=oneshot
ExecStart=/usr/local/bin/hetzner-ddns.py
Type=simple
ExecStart=python3 -u /usr/local/bin/hetzner-ddns.py
[Install]
WantedBy=multi-user.target