This website works better with JavaScript.
Home
Explore
Help
Sign In
ruhnet
/
kazoo-configs-kamailio
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
183
Wiki
Activity
Browse Source
Added Logrotate configuration file for HAProxy
3.21
Xavier
11 years ago
parent
5d99b281f2
commit
4d7894d0a5
1 changed files
with
12 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
system/logrotate.d/haproxy.conf
+ 12
- 0
system/logrotate.d/haproxy.conf
View File
@ -0,0 +1,12 @@
/var/log/haproxy.log {
daily
rotate 31
missingok
notifempty
compress
sharedscripts
postrotate
/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
/bin/kill -HUP `cat /var/run/rsyslogd.pid 2> /dev/null` 2> /dev/null || true
endscript
}
Write
Preview
Loading…
Cancel
Save