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:
6
in/other=wicd.logrotate.in
Normal file
6
in/other=wicd.logrotate.in
Normal file
@@ -0,0 +1,6 @@
|
||||
%LOG%wicd.log {
|
||||
missingok
|
||||
notifempty
|
||||
size 30k
|
||||
create %LOGPERMS% root %LOGGROUP%
|
||||
}
|
||||
@@ -44,6 +44,7 @@ pmutils = '%PMUTILS%'
|
||||
dbus = '%DBUS%'
|
||||
dbus_service = '%DBUS_SERVICE%'
|
||||
systemd = '%SYSTEMD%'
|
||||
logrotate = '%LOGROTATE%'
|
||||
desktop = '%DESKTOP%'
|
||||
backends= '%BACKENDS%'
|
||||
daemon = '%DAEMON%'
|
||||
|
||||
Reference in New Issue
Block a user