]> Frank Brehm's Git Trees - config/bruni/etc-mint.git/commitdiff
saving uncommitted changes in /etc prior to apt run
authorFrank Brehm <frank@brehm-online.com>
Wed, 15 Jan 2020 20:16:12 +0000 (21:16 +0100)
committerFrank Brehm <frank@brehm-online.com>
Wed, 15 Jan 2020 20:16:12 +0000 (21:16 +0100)
.etckeeper
systemd/system/multi-user.target.wants/snap-core18-1650.mount [new symlink]
systemd/system/snap-core18-1650.mount [new file with mode: 0644]

index fb3a711bb7c33df99eef17bcaf4e64b70d75a92e..8d3b9b47039a032f72777148d65eebb19bca04f9 100755 (executable)
@@ -2876,6 +2876,7 @@ maybe chmod 0755 'systemd/system/paths.target.wants'
 maybe chmod 0755 'systemd/system/printer.target.wants'
 maybe chmod 0755 'systemd/system/remote-fs.target.wants'
 maybe chmod 0644 'systemd/system/snap-core18-1288.mount'
+maybe chmod 0644 'systemd/system/snap-core18-1650.mount'
 maybe chmod 0644 'systemd/system/snap-openra-168.mount'
 maybe chmod 0644 'systemd/system/snap-openra-172.mount'
 maybe chmod 0644 'systemd/system/snap-snapd-5754.mount'
diff --git a/systemd/system/multi-user.target.wants/snap-core18-1650.mount b/systemd/system/multi-user.target.wants/snap-core18-1650.mount
new file mode 120000 (symlink)
index 0000000..e50896b
--- /dev/null
@@ -0,0 +1 @@
+/etc/systemd/system/snap-core18-1650.mount
\ No newline at end of file
diff --git a/systemd/system/snap-core18-1650.mount b/systemd/system/snap-core18-1650.mount
new file mode 100644 (file)
index 0000000..59692d9
--- /dev/null
@@ -0,0 +1,13 @@
+[Unit]
+Description=Mount unit for core18, revision 1650
+Before=snapd.service
+
+[Mount]
+What=/var/lib/snapd/snaps/core18_1650.snap
+Where=/snap/core18/1650
+Type=squashfs
+Options=nodev,ro,x-gdu.hide
+LazyUnmount=yes
+
+[Install]
+WantedBy=multi-user.target