diff options
author | Simon Rettberg | 2024-07-09 08:50:44 +0200 |
---|---|---|
committer | Simon Rettberg | 2024-07-09 08:50:44 +0200 |
commit | 56cf61601d2b1a914b84c4e4da795ab90f0dd431 (patch) | |
tree | 2309704f0c71920fc8655b5fa85cc77635db6eca | |
parent | [SSPS] slxadmin: Add timeout to php cron script (diff) | |
download | setup-scripts-56cf61601d2b1a914b84c4e4da795ab90f0dd431.tar.gz setup-scripts-56cf61601d2b1a914b84c4e4da795ab90f0dd431.tar.xz setup-scripts-56cf61601d2b1a914b84c4e4da795ab90f0dd431.zip |
[SSPS] Increase unattended-upgrade interval
-rw-r--r-- | satellit_installer/static_files/system-updates/etc/systemd/system/apt-daily-upgrade.timer.d/50-openslx.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/satellit_installer/static_files/system-updates/etc/systemd/system/apt-daily-upgrade.timer.d/50-openslx.conf b/satellit_installer/static_files/system-updates/etc/systemd/system/apt-daily-upgrade.timer.d/50-openslx.conf new file mode 100644 index 0000000..b410a29 --- /dev/null +++ b/satellit_installer/static_files/system-updates/etc/systemd/system/apt-daily-upgrade.timer.d/50-openslx.conf @@ -0,0 +1,3 @@ +[Timer] +OnCalendar= +OnCalendar=*-*-* 1,4,7,10,13,16,19,22:00 |