From 64531db8737a05e0a157098ccdf5192d0a8740ee Mon Sep 17 00:00:00 2001 From: mhoellein Date: Wed, 3 Sep 2025 06:26:18 +0200 Subject: [PATCH] daily autocommit --- .etckeeper | 2 +- myssl/dh2048.pem | 12 ++++++------ .../multi-user.target.wants/snap-certbot-4737.mount | 1 - .../multi-user.target.wants/snap-certbot-4965.mount | 1 + ...ap-certbot-4737.mount => snap-certbot-4965.mount} | 6 +++--- systemd/system/snap.certbot.renew.service | 6 +++--- systemd/system/snap.certbot.renew.timer | 8 ++++---- .../snap-certbot-4737.mount | 1 - .../snap-certbot-4965.mount | 1 + 9 files changed, 19 insertions(+), 19 deletions(-) delete mode 120000 systemd/system/multi-user.target.wants/snap-certbot-4737.mount create mode 120000 systemd/system/multi-user.target.wants/snap-certbot-4965.mount rename systemd/system/{snap-certbot-4737.mount => snap-certbot-4965.mount} (63%) delete mode 120000 systemd/system/snapd.mounts.target.wants/snap-certbot-4737.mount create mode 120000 systemd/system/snapd.mounts.target.wants/snap-certbot-4965.mount diff --git a/.etckeeper b/.etckeeper index 3ab06e1d8..95603c8e3 100755 --- a/.etckeeper +++ b/.etckeeper @@ -21255,8 +21255,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-4737.mount' maybe chmod 0644 'systemd/system/snap-certbot-4892.mount' +maybe chmod 0644 'systemd/system/snap-certbot-4965.mount' 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' diff --git a/myssl/dh2048.pem b/myssl/dh2048.pem index db48fe84f..6d7e3cb1f 100644 --- a/myssl/dh2048.pem +++ b/myssl/dh2048.pem @@ -1,8 +1,8 @@ -----BEGIN DH PARAMETERS----- -MIIBCAKCAQEA/P+uBXU9GTOPG56NRZ1ldVPiZ/YZwdfqVfHSdPuRzOQ4Kry3mIvv -MRdJmjjrWNPSqXWU3Hidpn9fKZ0dyPcGA8OptL5s96EI5RjP8vUp1gN2f7rc2Lbx -FaqjfqIyLbSrTBscDVvtg0RMK008yA6wxtl3NRgXhasUgG/pLlwNBQti69rs3Da5 -GCfNBY2wBZVPYpOmUlLpyG7yZrB1oEp1u1LaseqXW9qC7kdBQVRNF7ZRvTB0YXjo -TrZjOnOo83vW3hRr0AnkgcCKwqLqvvwFhNMl149rEuGCqSl8BIpjjsLQrd3oKrMs -IzF6qNuUoswKpnyYXIcq2NsDW7sbU04ymwIBAg== +MIIBCAKCAQEAz+xcJOU9RzBRw38ZuETLBjl5kRVpeBZXlMClf5Mj/vj8LS3yt+OM +ErLYzmBAY1Mj1qOU0OuhcYmbHFTPV2O2w7d/xDJS5OB7A2EGWt2YtbH3AdeSn0Gp +7y62PS6U6uxGPJdHTRHf8YKEd8ufUZDkU+Pq/pWABUKXIaxw07JBdXw/GcaCV7Am +Wg5tDOOue3JtIkfK5SdDmaoON0qIi1GdqTMwE2+7tjd8zGuLD1p3cves3M436GhQ +35HcFozK5kNB9Bqw8w7EWWZQGCjfDDNh2DZMYGftYmwQWv7N9ad/3nJGGy0Tw+Og +SZF8z5JovNN8CbOWTpkNCw2dlSjGK8BiywIBAg== -----END DH PARAMETERS----- diff --git a/systemd/system/multi-user.target.wants/snap-certbot-4737.mount b/systemd/system/multi-user.target.wants/snap-certbot-4737.mount deleted file mode 120000 index a7b0ed2d5..000000000 --- a/systemd/system/multi-user.target.wants/snap-certbot-4737.mount +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/system/snap-certbot-4737.mount \ No newline at end of file diff --git a/systemd/system/multi-user.target.wants/snap-certbot-4965.mount b/systemd/system/multi-user.target.wants/snap-certbot-4965.mount new file mode 120000 index 000000000..ea80d88ca --- /dev/null +++ b/systemd/system/multi-user.target.wants/snap-certbot-4965.mount @@ -0,0 +1 @@ +/etc/systemd/system/snap-certbot-4965.mount \ No newline at end of file diff --git a/systemd/system/snap-certbot-4737.mount b/systemd/system/snap-certbot-4965.mount similarity index 63% rename from systemd/system/snap-certbot-4737.mount rename to systemd/system/snap-certbot-4965.mount index e8f8eedb0..a3490b9fe 100644 --- a/systemd/system/snap-certbot-4737.mount +++ b/systemd/system/snap-certbot-4965.mount @@ -1,11 +1,11 @@ [Unit] -Description=Mount unit for certbot, revision 4737 +Description=Mount unit for certbot, revision 4965 After=snapd.mounts-pre.target Before=snapd.mounts.target [Mount] -What=/var/lib/snapd/snaps/certbot_4737.snap -Where=/snap/certbot/4737 +What=/var/lib/snapd/snaps/certbot_4965.snap +Where=/snap/certbot/4965 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 3ec810c14..1c6ca75bf 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-4892.mount +Requires=snap-certbot-4965.mount Wants=network.target -After=snap-certbot-4892.mount network.target snapd.apparmor.service +After=snap-certbot-4965.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/4892 +WorkingDirectory=/var/snap/certbot/4965 TimeoutStopSec=30 Type=oneshot diff --git a/systemd/system/snap.certbot.renew.timer b/systemd/system/snap.certbot.renew.timer index 33c2de9ae..ce17c9bb4 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-4892.mount -After=snap-certbot-4892.mount +Requires=snap-certbot-4965.mount +After=snap-certbot-4965.mount X-Snappy=yes [Timer] Unit=snap.certbot.renew.service -OnCalendar=*-*-* 11:24 -OnCalendar=*-*-* 18:51 +OnCalendar=*-*-* 06:44 +OnCalendar=*-*-* 15:52 [Install] WantedBy=timers.target diff --git a/systemd/system/snapd.mounts.target.wants/snap-certbot-4737.mount b/systemd/system/snapd.mounts.target.wants/snap-certbot-4737.mount deleted file mode 120000 index a7b0ed2d5..000000000 --- a/systemd/system/snapd.mounts.target.wants/snap-certbot-4737.mount +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/system/snap-certbot-4737.mount \ No newline at end of file diff --git a/systemd/system/snapd.mounts.target.wants/snap-certbot-4965.mount b/systemd/system/snapd.mounts.target.wants/snap-certbot-4965.mount new file mode 120000 index 000000000..ea80d88ca --- /dev/null +++ b/systemd/system/snapd.mounts.target.wants/snap-certbot-4965.mount @@ -0,0 +1 @@ +/etc/systemd/system/snap-certbot-4965.mount \ No newline at end of file -- 2.43.0