initial commit of file from CVS for ddclient on Sat 10 May 09:58:26 BST 2025
This commit is contained in:
14
ddclient.service
Normal file
14
ddclient.service
Normal 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
|
Reference in New Issue
Block a user