summarylogtreecommitdiffstats
path: root/noip.service
diff options
context:
space:
mode:
authorrunnytu2024-03-09 23:02:35 +0100
committerrunnytu2024-03-09 23:02:35 +0100
commit7196b1c61de91aaf1b29f3fcfd9f0de8c559ab50 (patch)
treee2157fb1b3a06fb77db9cdc737d61160b94614f0 /noip.service
parent26aa5bf52f7b06c5f2646151fb187244fee1f642 (diff)
downloadaur-noip.tar.gz
Update to 3.0.0
Diffstat (limited to 'noip.service')
-rw-r--r--noip.service11
1 files changed, 6 insertions, 5 deletions
diff --git a/noip.service b/noip.service
index f74735c24665..a615210b83f8 100644
--- a/noip.service
+++ b/noip.service
@@ -1,11 +1,12 @@
[Unit]
-Description=No-IP Dynamic DNS Update Client
-Requires=systemd-resolved.service
-After=systemd-resolved.service
+Description=No-IP Dynamic Update Client
+After=network.target auditd.service
[Service]
-Type=forking
-ExecStart=/usr/bin/noip2 -c /etc/no-ip2.conf
+EnvironmentFile=/etc/default/noip-duc
+ExecStart=/usr/bin/noip-duc
+Restart=on-failure
+Type=simple
[Install]
WantedBy=multi-user.target