summarylogtreecommitdiffstats
path: root/ddclient.service
diff options
context:
space:
mode:
authorDenton Liu2023-04-29 02:03:02 -0700
committerDenton Liu2023-04-29 03:10:43 -0700
commitbe86f31b4972c5e94da2b073042cc6bc3b0f0e2c (patch)
treeb06030d374575e536df00b4d744b85911051e3cf /ddclient.service
parent8aceee81dada8fa4eb96dcd615bd1bf232955b9c (diff)
parent58e432ca858ba433dd8312316dbc2a11c2d0fad4 (diff)
downloadaur-be86f31b4972c5e94da2b073042cc6bc3b0f0e2c.tar.gz
Update ddclient-git
Pull PKBUILD from the latest upstream. Make the build pass by removing README.ssl references. Uncomment check() since it's passing currently.
Diffstat (limited to 'ddclient.service')
-rw-r--r--ddclient.service11
1 files changed, 0 insertions, 11 deletions
diff --git a/ddclient.service b/ddclient.service
deleted file mode 100644
index 0163f228bfc0..000000000000
--- a/ddclient.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Dynamic DNS Update Client
-After=network.target
-
-[Service]
-Type=forking
-PIDFile=/run/ddclient.pid
-ExecStart=/usr/bin/ddclient
-
-[Install]
-WantedBy=multi-user.target