Fix typos in rotate-remote-logs.service.j2

This commit is contained in:
jeltz 2021-03-01 17:42:34 +01:00
parent 9547868c7d
commit acd5721a5b

View file

@ -5,8 +5,8 @@ Description=Rotate remote logs
[Service] [Service]
User=root User=root
Type=OneShot Type=oneshot
ExecStart={{ rsyslog_collector_rotate_path }} \ ExecStart={{ rsyslog_collector_rotate_path }} \
--base-dir {{ rsyslog_collector_keep_days }} \ --base-dir {{ rsyslog_collector_base_dir }} \
--compress-days {{ rsyslog_collector_compress_days }} \ --compress-days {{ rsyslog_collector_compress_days }} \
--keep-days {{ rsyslog_collector_base_dir }} --keep-days {{ rsyslog_collector_keep_days }}