Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e0d29fead3 | ||
|
|
7897f4b54a |
2 changed files with 9 additions and 4 deletions
|
|
@ -5,11 +5,10 @@ After=syslog.target network-online.target nss-lookup.target
|
|||
[Service]
|
||||
User=ddclient
|
||||
Group=ddclient
|
||||
Type=forking
|
||||
PIDFile=/run/ddclient/ddclient.pid
|
||||
Type=exec
|
||||
EnvironmentFile=-/etc/sysconfig/ddclient
|
||||
ExecStartPre=/bin/touch /var/cache/ddclient/ddclient.cache
|
||||
ExecStart=/usr/sbin/ddclient $DDCLIENT_OPTIONS
|
||||
ExecStart=/usr/sbin/ddclient $DDCLIENT_OPTIONS --foreground
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
Summary: Client to update dynamic DNS host entries
|
||||
Name: ddclient
|
||||
Version: 4.0.0
|
||||
Release: 3%{?dist}
|
||||
Release: 5%{?dist}
|
||||
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://ddclient.net/
|
||||
|
|
@ -143,6 +143,12 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Tue Apr 01 2025 Scott Talbert <swt@techie.net> - 4.0.0-4
|
||||
- Switch systemd service to use exec and remove pid file (#2355909)
|
||||
|
||||
* Tue Mar 25 2025 Scott Talbert <swt@techie.net> - 4.0.0-3
|
||||
- Restore expected ddclient.conf dir to pre-4.0 location (#2354194)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue