* Sat Mar 01 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-6.sme

- move to full systemd units [SME: 12878]
This commit is contained in:
Jean-Philippe Pialasse 2025-03-04 23:19:47 -05:00
parent 73fe6ca1b1
commit 8525863be3
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
i[Service]
[Service]
{
my $datalimit = $dnscache{'DataLimit'} || "3000000";
my $ListenIP= $dnscache{'ListenIP'} || $LocalIP || "127.0.0.3";

View File

@ -123,7 +123,7 @@ delegate_domains_2DNS(
#
## Ensure that forwarder instance is started
#system("sv", "u", "/service/dnscache.forwarder");
/usr/bin/systemctl restart dnscache.forwarder
system("/usr/bin/systemctl", "restart", "dnscache.forwarder");
#
## http://marc.theaimsgroup.com/?l=djbdns&m=104812086607532&w=2
#$SIG{'PIPE'} = 'IGNORE';