Subversion Repositories ALCASAR

Rev

Rev 958 | Rev 1544 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
1358 richard 1
/var/log/firewall/traceability.log {
1 root 2
    missingok
3
    rotate 52
4
    weekly
5
    dateext
6
    sharedscripts
7
    postrotate
1358 richard 8
	systemctl restart ulogd-traceability
1 root 9
    endscript
10
}
476 richard 11
/var/log/firewall/ssh.log {
12
    missingok
13
    rotate 52
14
    weekly
15
    dateext
16
    sharedscripts
17
    postrotate
1358 richard 18
	systemctl restart ulogd-ssh
476 richard 19
    endscript
20
}
21
/var/log/firewall/ext-access.log {
22
    missingok
23
    rotate 52
24
    weekly
25
    dateext
26
    sharedscripts
27
    postrotate
1358 richard 28
	systemctl restart ulogd-ext-access
476 richard 29
    endscript
30
}