rngd.service: fix ExecStart binary path [release 6.13-2mamba;Sun Aug 08 2021]
This commit is contained in:
parent
10f9dfeec7
commit
c49c1fedcd
@ -1,6 +1,6 @@
|
||||
Name: rng-tools
|
||||
Version: 6.13
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A random number generator daemon
|
||||
Group: System/Kernel and Hardware
|
||||
Vendor: openmamba
|
||||
@ -71,6 +71,9 @@ install -D -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/rngd
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%changelog
|
||||
* Sun Aug 08 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 6.13-2mamba
|
||||
- rngd.service: fix ExecStart binary path
|
||||
|
||||
* Sat Jun 12 2021 Automatic Build System <autodist@mambasoft.it> 6.13-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
@ -5,7 +5,7 @@ Before=sysinit.target shutdown.target
|
||||
|
||||
[Service]
|
||||
EnvironmentFile=/etc/sysconfig/rngd
|
||||
ExecStart=/usr/bin/rngd -f $RNGD_OPTS
|
||||
ExecStart=/usr/sbin/rngd -f $RNGD_OPTS
|
||||
NoNewPrivileges=on
|
||||
PrivateNetwork=on
|
||||
PrivateTmp=on
|
||||
|
Loading…
Reference in New Issue
Block a user