1
0
mirror of https://github.com/gryf/wicd.git synced 2026-02-23 02:25:48 +01:00

add logrotate config file, thanks to David Cantrell for inspiration

This commit is contained in:
David Paleino
2011-10-04 23:19:44 +02:00
parent 6aa22de251
commit 63e120de66
3 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
%LOG%wicd.log {
missingok
notifempty
size 30k
create %LOGPERMS% root %LOGGROUP%
}

View File

@@ -44,6 +44,7 @@ pmutils = '%PMUTILS%'
dbus = '%DBUS%'
dbus_service = '%DBUS_SERVICE%'
systemd = '%SYSTEMD%'
logrotate = '%LOGROTATE%'
desktop = '%DESKTOP%'
backends= '%BACKENDS%'
daemon = '%DAEMON%'