syslog: Fix syntax warnings from log backup cron job
This commit is contained in:
parent
08c62bd21b
commit
635a867068
1 changed files with 2 additions and 2 deletions
|
@ -68,8 +68,8 @@
|
|||
cron:
|
||||
name: syslog-archive
|
||||
user: root
|
||||
hour: 0
|
||||
minute: 0
|
||||
hour: "0"
|
||||
minute: "0"
|
||||
job: /usr/local/sbin/syslog-archive all.log > /dev/null
|
||||
|
||||
- name: enable syslogd remote logging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue