Projet

Général

Profil

guardian.logrotate.patch

Patch pour EOLE 2.5.1 - Fabrice Barconnière, 07/09/2017 09:12

Télécharger (730 octets)

Voir les différences:

modif/guardian.logrotate 2017-09-07 08:17:43.022125998 +0200
8 8
  sharedscripts
9 9
  ifempty
10 10
  size 0
11
  prerotate
12
    CreoleService bastion stop >/dev/null
13
  endscript
14

  
11
  copytruncate
15 12
  postrotate
16
    reload rsyslog > /dev/null
17
    CreoleService bastion start >/dev/null
13
    /etc/init.d/rsyslog rotate > /dev/null
18 14
  endscript
19 15
}
20 16

  
......
28 24
  sharedscripts
29 25
  ifempty
30 26
  size 0
31
  prerotate
32
    CreoleService bastion stop >/dev/null
33
  endscript
34

  
27
  copytruncate
35 28
  postrotate
36
    reload rsyslog > /dev/null
37
    CreoleService bastion start >/dev/null
29
    /etc/init.d/rsyslog rotate > /dev/null
38 30
  endscript
39 31
}
40 32
 %end if