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:
parent
c36f3ebb97
commit
ea121786d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue