File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -272,8 +272,9 @@ exec >> /var/log/splunkconf-cloud-recovery-debug.log 2>&1
272272# 20250609 automatically adapt values for splunkenableunifiedpartition
273273# 20250609 adding compat layer for splunkenableunifiedpartition
274274# 20250610 change mke2fs options so it create more inodes per G , to prevent from a inode shortage especially with small FS and unified partition mode
275+ # 20250715 update/fix timer service settings
275276
276- VERSION=" 20250510a "
277+ VERSION=" 20250715a "
277278
278279# dont break script on error as we rely on tests for this
279280set +e
@@ -2797,8 +2798,8 @@ Description=Timer for purge old AWS SSM files
27972798
27982799[Timer]
27992800OnBootSec=10min
2800- #OnUnitActiveSec =10min
2801- RandomizedDelaySec=10min
2801+ OnActiveSec =10min
2802+ RandomizedDelaySec=1min
28022803
28032804[Install]
28042805WantedBy=timers.target
You can’t perform that action at this time.
0 commit comments