logrotate.timer: fix wrong unit reference [release 3.9.1-2mamba;Sat Aug 15 2015]
This commit is contained in:
parent
df074441d3
commit
e801f03903
@ -1,6 +1,6 @@
|
|||||||
Name: logrotate
|
Name: logrotate
|
||||||
Version: 3.9.1
|
Version: 3.9.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Rotates, compresses, removes and mails system log files
|
Summary: Rotates, compresses, removes and mails system log files
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -84,6 +84,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 15 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.9.1-2mamba
|
||||||
|
- logrotate.timer: fix wrong unit reference
|
||||||
|
|
||||||
* Thu May 07 2015 Automatic Build System <autodist@mambasoft.it> 3.9.1-1mamba
|
* Thu May 07 2015 Automatic Build System <autodist@mambasoft.it> 3.9.1-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ Description=Daily rotation of log files
|
|||||||
OnCalendar=daily
|
OnCalendar=daily
|
||||||
AccuracySec=12h
|
AccuracySec=12h
|
||||||
Persistent=true
|
Persistent=true
|
||||||
Unit=timer.service
|
Unit=logrotate.service
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user