]> Frank Brehm's Git Trees - config/bruni/etc-mint-new1.git/commitdiff
saving uncommitted changes in /etc prior to apt run
authorFrank Brehm <frank@brehm-online.com>
Tue, 10 Jan 2023 23:16:51 +0000 (00:16 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Tue, 10 Jan 2023 23:16:51 +0000 (00:16 +0100)
.etckeeper
systemd/system/default.target.wants/snap-core-14447.mount [new symlink]
systemd/system/multi-user.target.wants/snap-core-14447.mount [new symlink]
systemd/system/snap-core-14447.mount [new file with mode: 0644]

index ba3856f6d5144d50666ab6bb175bdb9c61efa4c2..ad4d4a8c519cd6f5b36282c07dd6f717ece52d4c 100755 (executable)
@@ -3275,6 +3275,7 @@ maybe chmod 0755 'systemd/system/rescue.target.wants'
 maybe chmod 0755 'systemd/system/sleep.target.wants'
 maybe chmod 0644 'systemd/system/snap-bare-5.mount'
 maybe chmod 0644 'systemd/system/snap-core-14399.mount'
+maybe chmod 0644 'systemd/system/snap-core-14447.mount'
 maybe chmod 0644 'systemd/system/snap-core18-2654.mount'
 maybe chmod 0644 'systemd/system/snap-core18-2667.mount'
 maybe chmod 0644 'systemd/system/snap-drawio-167.mount'
diff --git a/systemd/system/default.target.wants/snap-core-14447.mount b/systemd/system/default.target.wants/snap-core-14447.mount
new file mode 120000 (symlink)
index 0000000..994193f
--- /dev/null
@@ -0,0 +1 @@
+/etc/systemd/system/snap-core-14447.mount
\ No newline at end of file
diff --git a/systemd/system/multi-user.target.wants/snap-core-14447.mount b/systemd/system/multi-user.target.wants/snap-core-14447.mount
new file mode 120000 (symlink)
index 0000000..994193f
--- /dev/null
@@ -0,0 +1 @@
+/etc/systemd/system/snap-core-14447.mount
\ No newline at end of file
diff --git a/systemd/system/snap-core-14447.mount b/systemd/system/snap-core-14447.mount
new file mode 100644 (file)
index 0000000..28a942e
--- /dev/null
@@ -0,0 +1,14 @@
+[Unit]
+Description=Mount unit for core, revision 14447
+Before=snapd.service
+After=zfs-mount.service
+
+[Mount]
+What=/var/lib/snapd/snaps/core_14447.snap
+Where=/snap/core/14447
+Type=squashfs
+Options=nodev,ro,x-gdu.hide,x-gvfs-hide
+LazyUnmount=yes
+
+[Install]
+WantedBy=default.target multi-user.target