Procházet zdrojové kódy

Merge pull request #22 from abednarik/abednarik_debian_config

Updates logrotate.conf for Debian
master
Forrest před 8 roky
rodič
revize
91127e933d
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. +6
    -0
      logrotate/files/Debian/logrotate.conf

+ 6
- 0
logrotate/files/Debian/logrotate.conf Zobrazit soubor

@@ -2,6 +2,12 @@
# rotate log files weekly
weekly

{% if grains['os'] == "Ubuntu" %}
# use the syslog group by default, since this is the owning group
# of /var/log/syslog.
su root syslog
{% endif %}

# keep 4 weeks worth of backlogs
rotate 4


Načítá se…
Zrušit
Uložit