summaryrefslogtreecommitdiff
blob: ab79747fa3c3cb5d35b08410371fc423f9efeb6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Syslog-ng logrotate snippet for Gentoo Linux
# contributed by Michael Sterrett
#

/var/log/messages {
    delaycompress
    missingok
    sharedscripts
    postrotate
        @GENTOO_RESTART@ > /dev/null 2>&1 || true
    endscript
}