]> git.hoellein.online Git - vserver/commitdiff
daily autocommit
authormhoellein <mario@hoellein.online>
Fri, 20 Jun 2025 04:26:19 +0000 (06:26 +0200)
committermhoellein <mario@hoellein.online>
Fri, 20 Jun 2025 04:26:19 +0000 (06:26 +0200)
.etckeeper
myssl/dh2048.pem
systemd/system/multi-user.target.wants/snap-core24-1006.mount [new symlink]
systemd/system/multi-user.target.wants/snap-core24-888.mount [deleted symlink]
systemd/system/snap-core24-1006.mount [new file with mode: 0644]
systemd/system/snap-core24-888.mount [deleted file]
systemd/system/snapd.mounts.target.wants/snap-core24-1006.mount [new symlink]
systemd/system/snapd.mounts.target.wants/snap-core24-888.mount [deleted symlink]

index 241e5a42ae612debdbbc47295a02c978020b4f82..ba71b0ad4d9abff73a304af7d986ba3894ece8c7 100755 (executable)
@@ -21259,7 +21259,7 @@ maybe chmod 0644 'systemd/system/snap-certbot-4730.mount'
 maybe chmod 0644 'systemd/system/snap-certbot-4737.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-888.mount'
+maybe chmod 0644 'systemd/system/snap-core24-1006.mount'
 maybe chmod 0644 'systemd/system/snap-core24-988.mount'
 maybe chmod 0644 'systemd/system/snap-snapd-24505.mount'
 maybe chmod 0644 'systemd/system/snap-snapd-24718.mount'
index 765564805c6331b86be6e25a12509a93d2a202c7..9040eddf0a4da18881fa5c589b39f6954d7669a7 100644 (file)
@@ -1,8 +1,8 @@
 -----BEGIN DH PARAMETERS-----
-MIIBCAKCAQEAnyfhS9PZ32pUcoj3WPbmSf394aIuNBpQHzEo9qQJQXkkUil+Zch1
-UX0UbIsn/ux9m8aVg4Q0vGZ52jfL4jAxlZT00JCQPGogPOn17++DwjQOlitOl7tf
-aooZ3vkKiv0I+hpWCydYybg721ClVd2C8skUgidYSO8ldrLcigoXCne6iHHKwgCS
-WoVu04Vx1Z1jAurSO4XkfspXhoWo1E6sVaSKBoZjU+3l6Lm7YRMJ+BnaLXt1gDDF
-dt6VGbJdyuJ6dTmb6QLoZ9TnrvCSAvBKjLMRiOzL3sk43rhzFmHwgd18CPh709Qe
-3D7wnaBNGsz+2xp5xrTAN78f2auS08J4qwIBAg==
+MIIBCAKCAQEArk74OzekFN6l3hez965/m47cctPlKmBsrD1Chcl7xHkPXhzrce/C
++I06F7yjDAy1tr5xQb002aPsBguZ9aN/vynnAxHxIxnDmzZ/UGoZsBHW9c8mZyPO
+tenbw3uhqG12o9PcMnI84qfvayg6GYwxNxuPZLyTMY2oqqnJ/tdpSeVeGAa0Adkh
+0r1odBsqgJ3KlJqIxnf9A41gGNrobLTGKoHoLmBrOBogSYv7icwAM6cGXNXJEIXy
+oY0JG6JuVNjbWtjVBiReQ1MtmK4tmqbKfIr7NbJIqH5I4wCOT7W+u+3YMF8EBa9w
+ZYQkY0geL39S27gdUQhQDywxGFH0xnUakwIBAg==
 -----END DH PARAMETERS-----
diff --git a/systemd/system/multi-user.target.wants/snap-core24-1006.mount b/systemd/system/multi-user.target.wants/snap-core24-1006.mount
new file mode 120000 (symlink)
index 0000000..d602b42
--- /dev/null
@@ -0,0 +1 @@
+/etc/systemd/system/snap-core24-1006.mount
\ No newline at end of file
diff --git a/systemd/system/multi-user.target.wants/snap-core24-888.mount b/systemd/system/multi-user.target.wants/snap-core24-888.mount
deleted file mode 120000 (symlink)
index e7a8d90..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/etc/systemd/system/snap-core24-888.mount
\ No newline at end of file
diff --git a/systemd/system/snap-core24-1006.mount b/systemd/system/snap-core24-1006.mount
new file mode 100644 (file)
index 0000000..6086a34
--- /dev/null
@@ -0,0 +1,15 @@
+[Unit]
+Description=Mount unit for core24, revision 1006
+After=snapd.mounts-pre.target
+Before=snapd.mounts.target
+
+[Mount]
+What=/var/lib/snapd/snaps/core24_1006.snap
+Where=/snap/core24/1006
+Type=squashfs
+Options=nodev,ro,x-gdu.hide,x-gvfs-hide
+LazyUnmount=yes
+
+[Install]
+WantedBy=snapd.mounts.target
+WantedBy=multi-user.target
diff --git a/systemd/system/snap-core24-888.mount b/systemd/system/snap-core24-888.mount
deleted file mode 100644 (file)
index 6d7f946..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=Mount unit for core24, revision 888
-After=snapd.mounts-pre.target
-Before=snapd.mounts.target
-
-[Mount]
-What=/var/lib/snapd/snaps/core24_888.snap
-Where=/snap/core24/888
-Type=squashfs
-Options=nodev,ro,x-gdu.hide,x-gvfs-hide
-LazyUnmount=yes
-
-[Install]
-WantedBy=snapd.mounts.target
-WantedBy=multi-user.target
diff --git a/systemd/system/snapd.mounts.target.wants/snap-core24-1006.mount b/systemd/system/snapd.mounts.target.wants/snap-core24-1006.mount
new file mode 120000 (symlink)
index 0000000..d602b42
--- /dev/null
@@ -0,0 +1 @@
+/etc/systemd/system/snap-core24-1006.mount
\ No newline at end of file
diff --git a/systemd/system/snapd.mounts.target.wants/snap-core24-888.mount b/systemd/system/snapd.mounts.target.wants/snap-core24-888.mount
deleted file mode 120000 (symlink)
index e7a8d90..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/etc/systemd/system/snap-core24-888.mount
\ No newline at end of file