Use /run directory for pid file

Parts are still using /var/run, because they have no configure option to
change defaults.
This commit is contained in:
Petr Menšík 2020-10-16 21:14:11 +02:00
commit ea121786d6

View file

@ -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}