Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ WantedBy=multi-user.target`),
Command: new(extensionsv1alpha1.CommandStart),
Enable: new(true),
Content: new(`[Unit]
Description=Log Rotation at each 10 minutes
Description=Log Rotation once a day
[Timer]
OnCalendar=*:0/10
OnCalendar=daily
AccuracySec=1min
RandomizedDelaySec=4h
Persistent=true
[Install]
WantedBy=multi-user.target`),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@ WantedBy=multi-user.target`),
Command: new(extensionsv1alpha1.CommandStart),
Enable: new(true),
Content: new(`[Unit]
Description=Log Rotation at each 10 minutes
Description=Log Rotation once a day
[Timer]
OnCalendar=*:0/10
OnCalendar=daily
AccuracySec=1min
RandomizedDelaySec=4h
Persistent=true
[Install]
WantedBy=multi-user.target`),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ WantedBy=multi-user.target`),
Command: new(extensionsv1alpha1.CommandStart),
Enable: new(true),
Content: new(`[Unit]
Description=Log Rotation at each 10 minutes
Description=Log Rotation once a day
[Timer]
OnCalendar=*:0/10
OnCalendar=daily
AccuracySec=1min
RandomizedDelaySec=4h
Persistent=true
[Install]
WantedBy=multi-user.target`),
Expand Down