syslogd: Use new syntax for logrotate in cron
This commit is contained in:
parent
22cad61040
commit
bc71f3fd74
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
||||||
user: root
|
user: root
|
||||||
hour: "0"
|
hour: "0"
|
||||||
minute: "0"
|
minute: "0"
|
||||||
job: /usr/local/sbin/syslog-archive all.log > /dev/null
|
job: /usr/local/sbin/syslog-archive
|
||||||
|
|
||||||
- name: Enable syslogd remote logging
|
- name: Enable syslogd remote logging
|
||||||
ansible.builtin.service:
|
ansible.builtin.service:
|
||||||
|
|
Loading…
Add table
Reference in a new issue