From 751fcd2c31f60ddc7e71de0c840c759171ee62a6 Mon Sep 17 00:00:00 2001 From: mhoellein Date: Fri, 22 Aug 2025 06:26:19 +0200 Subject: [PATCH] daily autocommit --- .etckeeper | 2 +- myssl/dh2048.pem | 12 ++++++------ .../multi-user.target.wants/snap-snapd-24718.mount | 1 - .../multi-user.target.wants/snap-snapd-25202.mount | 1 + ...snap-snapd-24718.mount => snap-snapd-25202.mount} | 6 +++--- systemd/system/snap.certbot.renew.timer | 4 ++-- .../snapd.mounts.target.wants/snap-snapd-24718.mount | 1 - .../snapd.mounts.target.wants/snap-snapd-25202.mount | 1 + 8 files changed, 14 insertions(+), 14 deletions(-) delete mode 120000 systemd/system/multi-user.target.wants/snap-snapd-24718.mount create mode 120000 systemd/system/multi-user.target.wants/snap-snapd-25202.mount rename systemd/system/{snap-snapd-24718.mount => snap-snapd-25202.mount} (64%) delete mode 120000 systemd/system/snapd.mounts.target.wants/snap-snapd-24718.mount create mode 120000 systemd/system/snapd.mounts.target.wants/snap-snapd-25202.mount diff --git a/.etckeeper b/.etckeeper index 7c89d61d1..3ab06e1d8 100755 --- a/.etckeeper +++ b/.etckeeper @@ -21261,8 +21261,8 @@ maybe chmod 0644 'systemd/system/snap-core20-2582.mount' maybe chmod 0644 'systemd/system/snap-core20-2599.mount' maybe chmod 0644 'systemd/system/snap-core24-1006.mount' maybe chmod 0644 'systemd/system/snap-core24-1055.mount' -maybe chmod 0644 'systemd/system/snap-snapd-24718.mount' maybe chmod 0644 'systemd/system/snap-snapd-24792.mount' +maybe chmod 0644 'systemd/system/snap-snapd-25202.mount' maybe chmod 0644 'systemd/system/snap.certbot.renew.service' maybe chmod 0644 'systemd/system/snap.certbot.renew.timer' maybe chmod 0755 'systemd/system/snapd.mounts.target.wants' diff --git a/myssl/dh2048.pem b/myssl/dh2048.pem index f40048dca..bd54ab359 100644 --- a/myssl/dh2048.pem +++ b/myssl/dh2048.pem @@ -1,8 +1,8 @@ -----BEGIN DH PARAMETERS----- -MIIBCAKCAQEA5KrsQPku6oG4hiUsp1K6FEfD8oNF2L6jN02buncGgJoZacxd/OC9 -su3bk7a25pS9J6aoYQifH6AUQJ8v/BKxpW0IZY+UD4BoKQ8jZYWmuwU52G0fJhf8 -dBJz7Z5HFnGXOy4BZg0ax0CyaiMeYo8QlQiqOLOKiEWi+GbqLHTMB2UeoBaF0skg -vjo5/h0WFdY6jqfscYV+Rzyi3XWpP/moymOakdZILQgnXYAi07G6TYcIxMF59UVi -eQsTaDJXQjnhTqOxkV/LSaL38258+9CszIOjDt7tLaAZVsMi32QL5ApPdYrAIgMk -fm4//GnId3/4UgMpKyWbX6BVeaBxRM6wKwIBAg== +MIIBCAKCAQEA3iib8UhHPKWxTtVH98TAGUw1/ZvLFD6Y2jQmYresErGrsGrvtRGC +1zWePSJ4xxU99tU5/rGKo/yks04HKfexCdbpNYlvCg4a+2XWiRWx5bcsfj/fO1PT +ctQM4cME8du8cHSUdG2Fa2oLbYTYfhxaMc8KqY6RwNwTzq0E9JwzAd7sbfNnXlcl +CmZiORp/QLPsFb7aysKwfiHRz1OP7EvaexpGOBFer7WjW2awcXYabjqeqdzdecBw +GGAJ5qZKd4k/VlEDaQIj4bYoJOWt5AyH9cWNwNTtq4xHbv2uVvAwFnAF54mVAxVK +yyMGG8qXjBCZOI/7z+CHtZKa7DoENAOfkwIBAg== -----END DH PARAMETERS----- diff --git a/systemd/system/multi-user.target.wants/snap-snapd-24718.mount b/systemd/system/multi-user.target.wants/snap-snapd-24718.mount deleted file mode 120000 index aafe6f531..000000000 --- a/systemd/system/multi-user.target.wants/snap-snapd-24718.mount +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/system/snap-snapd-24718.mount \ No newline at end of file diff --git a/systemd/system/multi-user.target.wants/snap-snapd-25202.mount b/systemd/system/multi-user.target.wants/snap-snapd-25202.mount new file mode 120000 index 000000000..ea9a83d75 --- /dev/null +++ b/systemd/system/multi-user.target.wants/snap-snapd-25202.mount @@ -0,0 +1 @@ +/etc/systemd/system/snap-snapd-25202.mount \ No newline at end of file diff --git a/systemd/system/snap-snapd-24718.mount b/systemd/system/snap-snapd-25202.mount similarity index 64% rename from systemd/system/snap-snapd-24718.mount rename to systemd/system/snap-snapd-25202.mount index f5fd528d1..5ff3ca745 100644 --- a/systemd/system/snap-snapd-24718.mount +++ b/systemd/system/snap-snapd-25202.mount @@ -1,11 +1,11 @@ [Unit] -Description=Mount unit for snapd, revision 24718 +Description=Mount unit for snapd, revision 25202 After=snapd.mounts-pre.target Before=snapd.mounts.target [Mount] -What=/var/lib/snapd/snaps/snapd_24718.snap -Where=/snap/snapd/24718 +What=/var/lib/snapd/snaps/snapd_25202.snap +Where=/snap/snapd/25202 Type=squashfs Options=nodev,ro,x-gdu.hide,x-gvfs-hide LazyUnmount=yes diff --git a/systemd/system/snap.certbot.renew.timer b/systemd/system/snap.certbot.renew.timer index 9cf9386cc..33c2de9ae 100644 --- a/systemd/system/snap.certbot.renew.timer +++ b/systemd/system/snap.certbot.renew.timer @@ -7,8 +7,8 @@ X-Snappy=yes [Timer] Unit=snap.certbot.renew.service -OnCalendar=*-*-* 05:27 -OnCalendar=*-*-* 20:56 +OnCalendar=*-*-* 11:24 +OnCalendar=*-*-* 18:51 [Install] WantedBy=timers.target diff --git a/systemd/system/snapd.mounts.target.wants/snap-snapd-24718.mount b/systemd/system/snapd.mounts.target.wants/snap-snapd-24718.mount deleted file mode 120000 index aafe6f531..000000000 --- a/systemd/system/snapd.mounts.target.wants/snap-snapd-24718.mount +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/system/snap-snapd-24718.mount \ No newline at end of file diff --git a/systemd/system/snapd.mounts.target.wants/snap-snapd-25202.mount b/systemd/system/snapd.mounts.target.wants/snap-snapd-25202.mount new file mode 120000 index 000000000..ea9a83d75 --- /dev/null +++ b/systemd/system/snapd.mounts.target.wants/snap-snapd-25202.mount @@ -0,0 +1 @@ +/etc/systemd/system/snap-snapd-25202.mount \ No newline at end of file -- 2.43.0