diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2023-03-14 01:23:11 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2023-03-14 01:23:11 -0700 |
commit | d62a63c3841d3ef005bbf1494c7cdbfa7c25863f (patch) | |
tree | c111e52c4b400132decbc23794d7b99504d7dda2 /systemd/hetzner-ddns@.service | |
parent | 3e2bb49efc35039d9510ea0f9d11b5446b53c923 (diff) | |
download | hetzner-ddns-d62a63c3841d3ef005bbf1494c7cdbfa7c25863f.tar.gz hetzner-ddns-d62a63c3841d3ef005bbf1494c7cdbfa7c25863f.tar.xz |
update for Hetzner instead of Linode
Diffstat (limited to 'systemd/hetzner-ddns@.service')
-rw-r--r-- | systemd/hetzner-ddns@.service | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/systemd/hetzner-ddns@.service b/systemd/hetzner-ddns@.service new file mode 100644 index 0000000..040fb5d --- /dev/null +++ b/systemd/hetzner-ddns@.service @@ -0,0 +1,6 @@ +[Unit] +Description=Hetzner DDNS updater + +[Service] +Type=oneshot +ExecStart=hetzner-ddns.sh %i |