diff options
Diffstat (limited to 'update-ddns.service')
-rw-r--r-- | update-ddns.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/update-ddns.service b/update-ddns.service new file mode 100644 index 0000000..0902831 --- /dev/null +++ b/update-ddns.service @@ -0,0 +1,9 @@ +[Unit] +Description=update ddns entries +After=network-online.target +Requires=network-online.target + +[Service] +User=nobody +Type=simple +ExecStart=/usr/bin/update-ddns |