From ea121786d6aa00a211fce83e319d50361ff6fc2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Fri, 16 Oct 2020 21:14:11 +0200 Subject: [PATCH] Use /run directory for pid file Parts are still using /var/run, because they have no configure option to change defaults. --- dnssec-trigger.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnssec-trigger.spec b/dnssec-trigger.spec index 1865c89..cfe5a71 100644 --- a/dnssec-trigger.spec +++ b/dnssec-trigger.spec @@ -102,7 +102,7 @@ sed -i "s/validate_connection_provided_zones=yes/validate_connection_provided_zo --with-networkmanager-dispatch=%{_sysconfdir}/NetworkManager/dispatcher.d \ %endif --with-python=%{__python3} \ - --with-pidfile=%{_localstatedir}/run/%{name}d.pid + --with-pidfile=%{_rundir}/%{name}d.pid %{__make} %{?_smp_mflags}