mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-12-14 18:00
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=Remove old Linstor controllers logs
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
PrivateTmp=yes
|
||||
ExecStart=/sbin/tmpwatch -m 5d /var/log/linstor-controller/
|
||||
TimeoutSec=30m
|
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Remove old Linstor controllers logs
|
||||
|
||||
[Timer]
|
||||
OnCalendar=daily
|
||||
RandomizedDelaySec=5m
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
@@ -1,4 +1,4 @@
|
||||
/var/log/linstor/rest-access.log {
|
||||
/var/log/linstor-controller/rest-access.log {
|
||||
daily
|
||||
rotate 180
|
||||
compress
|
||||
|
Reference in New Issue
Block a user