daemon: Add a logrotate configuration file.
This commit is contained in:
parent
52e75bea3b
commit
18039a2564
4 changed files with 28 additions and 1 deletions
|
@ -20,3 +20,4 @@
|
|||
# ATpythondirAT is expanding to ${prefix}/lib/python2.7/dist-packages
|
||||
/usr/lib/python2.7/dist-packages
|
||||
/etc/init.d
|
||||
/etc/logrotate.d
|
||||
|
|
|
@ -302,6 +302,7 @@ sed -i 's/emane_realtime = True/emane_realtime = False/' /etc/core/core.conf
|
|||
%doc %{_mandir}/man1/netns.1.gz
|
||||
%doc %{_mandir}/man1/vcmd.1.gz
|
||||
%doc %{_mandir}/man1/vnoded.1.gz
|
||||
/etc/logrotate.d/core-daemon
|
||||
/etc/systemd/system/core-daemon.service
|
||||
%{python_sitearch}/core_python_netns-1.0-py%{python_version}.egg-info
|
||||
%{python_sitearch}/netns.so
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue