summaryrefslogtreecommitdiff
path: root/distcc/packaging/RedHat/logrotate.d/distcc
blob: 52429f732c84a65b64e10dd4c7d22bc8c7635611 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# logrotate.d example configuration for distcc, contributed by Dag
# Wieers.

# The "copytruncate" option means distcc can keep appending to the
# same filehandle.  You would otherwise need to shut down and restart
# distccd.

/var/log/distccd.log {
       missingok
       copytruncate
       notifempty
}