From 08b5d422e5eca8af6ba367f42a7d573204a3a6d3 Mon Sep 17 00:00:00 2001 From: mhoellein Date: Tue, 8 Apr 2025 06:26:22 +0200 Subject: [PATCH] daily autocommit --- .etckeeper | 2 +- myssl/dh2048.pem | 12 ++++++------ .../multi-user.target.wants/snap-certbot-4412.mount | 1 - .../multi-user.target.wants/snap-certbot-4557.mount | 1 + ...ap-certbot-4412.mount => snap-certbot-4557.mount} | 6 +++--- systemd/system/snap.certbot.renew.service | 6 +++--- systemd/system/snap.certbot.renew.timer | 8 ++++---- .../snap-certbot-4412.mount | 1 - .../snap-certbot-4557.mount | 1 + 9 files changed, 19 insertions(+), 19 deletions(-) delete mode 120000 systemd/system/multi-user.target.wants/snap-certbot-4412.mount create mode 120000 systemd/system/multi-user.target.wants/snap-certbot-4557.mount rename systemd/system/{snap-certbot-4412.mount => snap-certbot-4557.mount} (63%) delete mode 120000 systemd/system/snapd.mounts.target.wants/snap-certbot-4412.mount create mode 120000 systemd/system/snapd.mounts.target.wants/snap-certbot-4557.mount diff --git a/.etckeeper b/.etckeeper index a1021dc80..a1037900b 100755 --- a/.etckeeper +++ b/.etckeeper @@ -21254,8 +21254,8 @@ maybe chmod 0755 'systemd/system/paths.target.wants' maybe chmod 0755 'systemd/system/rescue.target.wants' maybe chmod 0664 'systemd/system/set-route-network.service' maybe chmod 0755 'systemd/system/sleep.target.wants' -maybe chmod 0644 'systemd/system/snap-certbot-4412.mount' maybe chmod 0644 'systemd/system/snap-certbot-4482.mount' +maybe chmod 0644 'systemd/system/snap-certbot-4557.mount' maybe chmod 0644 'systemd/system/snap-core20-2434.mount' maybe chmod 0644 'systemd/system/snap-core20-2496.mount' maybe chmod 0644 'systemd/system/snap-core24-716.mount' diff --git a/myssl/dh2048.pem b/myssl/dh2048.pem index 05f962c1d..69dbaa7af 100644 --- a/myssl/dh2048.pem +++ b/myssl/dh2048.pem @@ -1,8 +1,8 @@ -----BEGIN DH PARAMETERS----- -MIIBCAKCAQEAuoypC9S4fj13Gtbo1W81syYd2Yl3IHU35gtQmXBECXCMyTE6nkF2 -BK60vo1cIaIN8MBU7kryPlv0YvSE8OJMshG4svJn53j77sX7mV754HaP1zaVZ7RJ -LX/LrEfm+mdKyR0mWbsNOgMnyCXldjXeP4hClxjO1seBmWx3hSjfO8mxbFVYFNbt -ySxy9dDor5GLD7VTEu3J7ZgO1y+K/ixYEvOm+6I8C4FAcUG6Q+04hwk+MKoOOoO8 -og1xgtR+PmvAuUQxKN2zP5VRBDAE8aAJnkiDpI1mECa5lNFBxAiTBJkjQ5G07Smm -p/2McwzIgZHpZYQK5D13M2/Th+i6Qu2+swIBAg== +MIIBCAKCAQEA1W0R4uLqLIj9VGxjdvXJVLp6bxIDFgom9dBg9tHm8r2KaEBD2WQ+ +b7SRLCrLioGo9F9Gedx90ZUxkwBXv///zoZYiqJgdy4t9y8fzvDIRtMYv5kU6QlE +Q8VDI3E3YKDZGQsTg2EScGHvhyZ90ssWEcL2RW79z8WLsgKFkbP9Cj2YLCPZ9kfk +q3Bzmgo3v6H4pJZGCUhV9ECs/TKrQ1PS+Rdfp/w1TBD7QYngppeTaPTtCAdZYX4+ +Q3qs/C+l2qM6sSMH3krlu3k/AK8zaBnAPxhkd+mvFmcn/aJ56lrrob7+wWSDk7IG +JeV3Y6zgj5K1XOrU4tdKfbS1nM+V41aIKwIBAg== -----END DH PARAMETERS----- diff --git a/systemd/system/multi-user.target.wants/snap-certbot-4412.mount b/systemd/system/multi-user.target.wants/snap-certbot-4412.mount deleted file mode 120000 index bec70a5e2..000000000 --- a/systemd/system/multi-user.target.wants/snap-certbot-4412.mount +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/system/snap-certbot-4412.mount \ No newline at end of file diff --git a/systemd/system/multi-user.target.wants/snap-certbot-4557.mount b/systemd/system/multi-user.target.wants/snap-certbot-4557.mount new file mode 120000 index 000000000..a341fef73 --- /dev/null +++ b/systemd/system/multi-user.target.wants/snap-certbot-4557.mount @@ -0,0 +1 @@ +/etc/systemd/system/snap-certbot-4557.mount \ No newline at end of file diff --git a/systemd/system/snap-certbot-4412.mount b/systemd/system/snap-certbot-4557.mount similarity index 63% rename from systemd/system/snap-certbot-4412.mount rename to systemd/system/snap-certbot-4557.mount index 1953c9056..4cdf6366e 100644 --- a/systemd/system/snap-certbot-4412.mount +++ b/systemd/system/snap-certbot-4557.mount @@ -1,11 +1,11 @@ [Unit] -Description=Mount unit for certbot, revision 4412 +Description=Mount unit for certbot, revision 4557 After=snapd.mounts-pre.target Before=snapd.mounts.target [Mount] -What=/var/lib/snapd/snaps/certbot_4412.snap -Where=/snap/certbot/4412 +What=/var/lib/snapd/snaps/certbot_4557.snap +Where=/snap/certbot/4557 Type=squashfs Options=nodev,ro,x-gdu.hide,x-gvfs-hide LazyUnmount=yes diff --git a/systemd/system/snap.certbot.renew.service b/systemd/system/snap.certbot.renew.service index c02fc8119..19d6c0055 100644 --- a/systemd/system/snap.certbot.renew.service +++ b/systemd/system/snap.certbot.renew.service @@ -1,9 +1,9 @@ [Unit] # Auto-generated, DO NOT EDIT Description=Service for snap application certbot.renew -Requires=snap-certbot-4482.mount +Requires=snap-certbot-4557.mount Wants=network.target -After=snap-certbot-4482.mount network.target snapd.apparmor.service +After=snap-certbot-4557.mount network.target snapd.apparmor.service X-Snappy=yes [Service] @@ -11,6 +11,6 @@ EnvironmentFile=-/etc/environment ExecStart=/usr/bin/snap run --timer="00:00~24:00/2" certbot.renew SyslogIdentifier=certbot.renew Restart=no -WorkingDirectory=/var/snap/certbot/4482 +WorkingDirectory=/var/snap/certbot/4557 TimeoutStopSec=30 Type=oneshot diff --git a/systemd/system/snap.certbot.renew.timer b/systemd/system/snap.certbot.renew.timer index c41012e17..2627e481a 100644 --- a/systemd/system/snap.certbot.renew.timer +++ b/systemd/system/snap.certbot.renew.timer @@ -1,14 +1,14 @@ [Unit] # Auto-generated, DO NOT EDIT Description=Timer renew for snap application certbot.renew -Requires=snap-certbot-4482.mount -After=snap-certbot-4482.mount +Requires=snap-certbot-4557.mount +After=snap-certbot-4557.mount X-Snappy=yes [Timer] Unit=snap.certbot.renew.service -OnCalendar=*-*-* 09:14 -OnCalendar=*-*-* 22:36 +OnCalendar=*-*-* 10:15 +OnCalendar=*-*-* 21:47 [Install] WantedBy=timers.target diff --git a/systemd/system/snapd.mounts.target.wants/snap-certbot-4412.mount b/systemd/system/snapd.mounts.target.wants/snap-certbot-4412.mount deleted file mode 120000 index bec70a5e2..000000000 --- a/systemd/system/snapd.mounts.target.wants/snap-certbot-4412.mount +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/system/snap-certbot-4412.mount \ No newline at end of file diff --git a/systemd/system/snapd.mounts.target.wants/snap-certbot-4557.mount b/systemd/system/snapd.mounts.target.wants/snap-certbot-4557.mount new file mode 120000 index 000000000..a341fef73 --- /dev/null +++ b/systemd/system/snapd.mounts.target.wants/snap-certbot-4557.mount @@ -0,0 +1 @@ +/etc/systemd/system/snap-certbot-4557.mount \ No newline at end of file -- 2.43.0