Subversion Repositories ALCASAR

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1 → Rev HEAD

/conf/logrotate.d/ulogd
0,0 → 1,39
/var/log/ulogd/ulogd.log {
missingok
notifempty
create 0640 ulogd ulogd
sharedscripts
}
/var/log/firewall/traceability.log {
missingok
notifempty
rotate 52
weekly
dateext
sharedscripts
postrotate
/usr/bin/systemctl restart ulogd-traceability
endscript
}
/var/log/firewall/ssh.log {
missingok
notifempty
rotate 52
weekly
dateext
sharedscripts
postrotate
/usr/bin/systemctl restart ulogd-ssh
endscript
}
/var/log/firewall/ext-access.log {
missingok
notifempty
rotate 52
weekly
dateext
sharedscripts
postrotate
/usr/bin/systemctl restart ulogd-ext-access
endscript
}
Property changes:
Added: svn:keywords
+Id Author Date
\ No newline at end of property