Subversion Repositories ALCASAR

Rev

Rev 1574 | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
1544 richard 1
/var/log/ulogd/ulogd.log {
2
    missingok
2833 rexy 3
    notifempty
1544 richard 4
    create 0640 ulogd ulogd
5
    sharedscripts
6
}    
1358 richard 7
/var/log/firewall/traceability.log {
1 root 8
    missingok
1544 richard 9
    notifempty
1 root 10
    rotate 52
11
    weekly
12
    dateext
13
    sharedscripts
14
    postrotate
1574 richard 15
	/usr/bin/systemctl restart ulogd-traceability
1 root 16
    endscript
17
}
476 richard 18
/var/log/firewall/ssh.log {
19
    missingok
1544 richard 20
    notifempty
476 richard 21
    rotate 52
22
    weekly
23
    dateext
24
    sharedscripts
25
    postrotate
1574 richard 26
	/usr/bin/systemctl restart ulogd-ssh
476 richard 27
    endscript
28
}
29
/var/log/firewall/ext-access.log {
30
    missingok
1544 richard 31
    notifempty
476 richard 32
    rotate 52
33
    weekly
34
    dateext
35
    sharedscripts
36
    postrotate
1574 richard 37
	/usr/bin/systemctl restart ulogd-ext-access
476 richard 38
    endscript
39
}