summaryrefslogtreecommitdiff
path: root/wpa_supplicant.logrotate
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-07-24 08:48:21 +0000
committerCoprDistGit <infra@openeuler.org>2024-07-24 08:48:21 +0000
commit2e9c0794df55b706468b132ad2343965958b9e5b (patch)
tree6df569bea9f2719e1cd2188b029b46896f6af956 /wpa_supplicant.logrotate
parentd1320d0498441a24cad564470801af7abe1327b5 (diff)
automatic import of wpa_supplicantopeneuler24.03_LTS
Diffstat (limited to 'wpa_supplicant.logrotate')
-rw-r--r--wpa_supplicant.logrotate7
1 files changed, 7 insertions, 0 deletions
diff --git a/wpa_supplicant.logrotate b/wpa_supplicant.logrotate
new file mode 100644
index 0000000..d6eed2e
--- /dev/null
+++ b/wpa_supplicant.logrotate
@@ -0,0 +1,7 @@
+/var/log/wpa_supplicant.log {
+ maxage 365
+ missingok
+ notifempty
+ size 30k
+ create 0600 root root
+}