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
|
||||
Version: 3.9.1
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Rotates, compresses, removes and mails system log files
|
||||
Group: System/Tools
|
||||
Vendor: openmamba
|
||||
@ -84,6 +84,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
%{_mandir}/man8/*
|
||||
|
||||
%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
|
||||
- automatic update by autodist
|
||||
|
||||
|
@ -5,7 +5,7 @@ Description=Daily rotation of log files
|
||||
OnCalendar=daily
|
||||
AccuracySec=12h
|
||||
Persistent=true
|
||||
Unit=timer.service
|
||||
Unit=logrotate.service
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
Reference in New Issue
Block a user