initial commit of file from CVS for ddclient on Sat 10 May 09:58:26 BST 2025

This commit is contained in:
2025-05-10 09:58:26 +01:00
parent 6f803b0d65
commit 1772c21199
12 changed files with 357 additions and 1 deletions

14
ddclient.service Normal file
View File

@@ -0,0 +1,14 @@
[Unit]
Description=A Perl Client Used To Update Dynamic DNS
After=syslog.target network-online.target nss-lookup.target
[Service]
User=ddclient
Group=ddclient
Type=forking
EnvironmentFile=-/etc/sysconfig/ddclient
ExecStartPre=/bin/touch /var/cache/ddclient/ddclient.cache
ExecStart=/usr/sbin/ddclient -file /etc/ddclient/ddclient.conf -debug -verbose -noquiet -syslog
[Install]
WantedBy=multi-user.target