From a8eb83a87cbfc276ef982dfe0df9a220cc0ce442 Mon Sep 17 00:00:00 2001 From: mhoellein Date: Wed, 8 Jan 2025 06:26:22 +0100 Subject: [PATCH] daily autocommit --- .etckeeper | 2 +- myssl/dh2048.pem | 12 ++++++------ .../multi-user.target.wants/snap-certbot-4182.mount | 1 - .../multi-user.target.wants/snap-certbot-4325.mount | 1 + ...ap-certbot-4182.mount => snap-certbot-4325.mount} | 6 +++--- systemd/system/snap.certbot.renew.service | 6 +++--- systemd/system/snap.certbot.renew.timer | 8 ++++---- .../snap-certbot-4182.mount | 1 - .../snap-certbot-4325.mount | 1 + 9 files changed, 19 insertions(+), 19 deletions(-) delete mode 120000 systemd/system/multi-user.target.wants/snap-certbot-4182.mount create mode 120000 systemd/system/multi-user.target.wants/snap-certbot-4325.mount rename systemd/system/{snap-certbot-4182.mount => snap-certbot-4325.mount} (63%) delete mode 120000 systemd/system/snapd.mounts.target.wants/snap-certbot-4182.mount create mode 120000 systemd/system/snapd.mounts.target.wants/snap-certbot-4325.mount diff --git a/.etckeeper b/.etckeeper index d7772525d..994299f07 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-4182.mount' maybe chmod 0644 'systemd/system/snap-certbot-4193.mount' +maybe chmod 0644 'systemd/system/snap-certbot-4325.mount' maybe chmod 0644 'systemd/system/snap-core20-2379.mount' maybe chmod 0644 'systemd/system/snap-core20-2434.mount' maybe chmod 0644 'systemd/system/snap-core24-609.mount' diff --git a/myssl/dh2048.pem b/myssl/dh2048.pem index 3a7653b96..179a91b5e 100644 --- a/myssl/dh2048.pem +++ b/myssl/dh2048.pem @@ -1,8 +1,8 @@ -----BEGIN DH PARAMETERS----- -MIIBCAKCAQEA0mzpdh1XS8cMaULfVZRhtajrZo5M0JP/eOtd/erKjIk44+TnLP/k -7LQZ6+WRWiaoHRbzpWNAf7XYLgzaqadZP8B1txcKWHMG9zfqD1gqg6a5okygHfWY -ypaFOPy7ElXcDfi7fwyxeJMHOcRELNKHNQW1fB1g/NTQ+tZ/ed+B8KV/v6slWjBc -gQO8Ai2NwDvuTLDtMcGtytPFKUVNcfXqRxejIAB2OGWQRcfeJjPMO+IgzWRZY0Ha -71VLNakfHeAJWZe3QiDxzLenaaXqlK5Ig4S2jZLViK9mBFDYI6g9ntf1sLFAVVvO -DsR8mg+pfyQjkJIXmiatMzr6k8/FM88+wwIBAg== +MIIBCAKCAQEApgjYb+6nkP+BQ3JJit6T0OWYeWNmrmLhvAvKhKJe/o46a4DtJL6g +lBDUD7XFmXzFli+rNLpBasUYCEiKtYOtqNRSNpCvgB2pL3RoZ8Elq1U61rsZ21S8 +/uhAVVT/0ieCFrjtIci4yu1yufA8jhqWVOLZelppXAaP+stFrMRFOQ7B4rChMD81 +ecjitgMys4tijmQe8xoI6n99wfNi9u2bdRBwWLqAqrEtYorSF5mtzeVuytwnNalL +nnBeAIhcwplv6VoZMlbguITMBKEN8rlfGqiIAnk33/ochKynPJ6JiYXH3noDWv14 +LzS7YrPk0asZg+6cxWYdrmOJ9ifuyh590wIBAg== -----END DH PARAMETERS----- diff --git a/systemd/system/multi-user.target.wants/snap-certbot-4182.mount b/systemd/system/multi-user.target.wants/snap-certbot-4182.mount deleted file mode 120000 index f841c22ca..000000000 --- a/systemd/system/multi-user.target.wants/snap-certbot-4182.mount +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/system/snap-certbot-4182.mount \ No newline at end of file diff --git a/systemd/system/multi-user.target.wants/snap-certbot-4325.mount b/systemd/system/multi-user.target.wants/snap-certbot-4325.mount new file mode 120000 index 000000000..5e65499d2 --- /dev/null +++ b/systemd/system/multi-user.target.wants/snap-certbot-4325.mount @@ -0,0 +1 @@ +/etc/systemd/system/snap-certbot-4325.mount \ No newline at end of file diff --git a/systemd/system/snap-certbot-4182.mount b/systemd/system/snap-certbot-4325.mount similarity index 63% rename from systemd/system/snap-certbot-4182.mount rename to systemd/system/snap-certbot-4325.mount index 5941afb55..371374d3b 100644 --- a/systemd/system/snap-certbot-4182.mount +++ b/systemd/system/snap-certbot-4325.mount @@ -1,11 +1,11 @@ [Unit] -Description=Mount unit for certbot, revision 4182 +Description=Mount unit for certbot, revision 4325 After=snapd.mounts-pre.target Before=snapd.mounts.target [Mount] -What=/var/lib/snapd/snaps/certbot_4182.snap -Where=/snap/certbot/4182 +What=/var/lib/snapd/snaps/certbot_4325.snap +Where=/snap/certbot/4325 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 677bc2758..6339b93ef 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-4193.mount +Requires=snap-certbot-4325.mount Wants=network.target -After=snap-certbot-4193.mount network.target snapd.apparmor.service +After=snap-certbot-4325.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/4193 +WorkingDirectory=/var/snap/certbot/4325 TimeoutStopSec=30 Type=oneshot diff --git a/systemd/system/snap.certbot.renew.timer b/systemd/system/snap.certbot.renew.timer index e851fca47..b6f34491d 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-4193.mount -After=snap-certbot-4193.mount +Requires=snap-certbot-4325.mount +After=snap-certbot-4325.mount X-Snappy=yes [Timer] Unit=snap.certbot.renew.service -OnCalendar=*-*-* 03:44 -OnCalendar=*-*-* 21:21 +OnCalendar=*-*-* 08:43 +OnCalendar=*-*-* 21:04 [Install] WantedBy=timers.target diff --git a/systemd/system/snapd.mounts.target.wants/snap-certbot-4182.mount b/systemd/system/snapd.mounts.target.wants/snap-certbot-4182.mount deleted file mode 120000 index f841c22ca..000000000 --- a/systemd/system/snapd.mounts.target.wants/snap-certbot-4182.mount +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/system/snap-certbot-4182.mount \ No newline at end of file diff --git a/systemd/system/snapd.mounts.target.wants/snap-certbot-4325.mount b/systemd/system/snapd.mounts.target.wants/snap-certbot-4325.mount new file mode 120000 index 000000000..5e65499d2 --- /dev/null +++ b/systemd/system/snapd.mounts.target.wants/snap-certbot-4325.mount @@ -0,0 +1 @@ +/etc/systemd/system/snap-certbot-4325.mount \ No newline at end of file -- 2.43.0