Skip to content

Commit 81aba1d

Browse files
committed
update/fix timer service settings
1 parent c90a6ff commit 81aba1d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/splunkconf-cloud-recovery.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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
279280
set +e
@@ -2797,8 +2798,8 @@ Description=Timer for purge old AWS SSM files
27972798
27982799
[Timer]
27992800
OnBootSec=10min
2800-
#OnUnitActiveSec=10min
2801-
RandomizedDelaySec=10min
2801+
OnActiveSec=10min
2802+
RandomizedDelaySec=1min
28022803
28032804
[Install]
28042805
WantedBy=timers.target

0 commit comments

Comments
 (0)