]> git.hoellein.online Git - zenbook/commitdiff
saving uncommitted changes in /etc prior to apt run
authorMario Höllein <mhoellein@freenet.de>
Mon, 18 Nov 2019 13:38:39 +0000 (14:38 +0100)
committerroot <root@localhost>
Mon, 18 Nov 2019 13:38:39 +0000 (14:38 +0100)
.etckeeper
systemd/system/multi-user.target.wants/snap-atom-238.mount [deleted symlink]
systemd/system/multi-user.target.wants/snap-atom-242.mount [new symlink]
systemd/system/snap-atom-238.mount [deleted file]
systemd/system/snap-atom-242.mount [new file with mode: 0644]

index 3a872960a678c698620fffc7b1ca98f370ff05f8..7f373304a0db47a0ca54fedb49fd17e67e8e03ca 100755 (executable)
@@ -3050,8 +3050,8 @@ maybe chmod 0755 'systemd/system/network-pre.target.wants'
 maybe chmod 0755 'systemd/system/oem-config.service.wants'
 maybe chmod 0755 'systemd/system/paths.target.wants'
 maybe chmod 0755 'systemd/system/printer.target.wants'
-maybe chmod 0644 'systemd/system/snap-atom-238.mount'
 maybe chmod 0644 'systemd/system/snap-atom-241.mount'
+maybe chmod 0644 'systemd/system/snap-atom-242.mount'
 maybe chmod 0644 'systemd/system/snap-canonical\x2dlivepatch-84.mount'
 maybe chmod 0644 'systemd/system/snap-canonical\x2dlivepatch-88.mount'
 maybe chmod 0644 'systemd/system/snap-core-7917.mount'
diff --git a/systemd/system/multi-user.target.wants/snap-atom-238.mount b/systemd/system/multi-user.target.wants/snap-atom-238.mount
deleted file mode 120000 (symlink)
index e2009ae..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/etc/systemd/system/snap-atom-238.mount
\ No newline at end of file
diff --git a/systemd/system/multi-user.target.wants/snap-atom-242.mount b/systemd/system/multi-user.target.wants/snap-atom-242.mount
new file mode 120000 (symlink)
index 0000000..b0d7bf5
--- /dev/null
@@ -0,0 +1 @@
+/etc/systemd/system/snap-atom-242.mount
\ No newline at end of file
diff --git a/systemd/system/snap-atom-238.mount b/systemd/system/snap-atom-238.mount
deleted file mode 100644 (file)
index bc6b8cf..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Mount unit for atom, revision 238
-Before=snapd.service
-
-[Mount]
-What=/var/lib/snapd/snaps/atom_238.snap
-Where=/snap/atom/238
-Type=squashfs
-Options=nodev,ro,x-gdu.hide
-
-[Install]
-WantedBy=multi-user.target
diff --git a/systemd/system/snap-atom-242.mount b/systemd/system/snap-atom-242.mount
new file mode 100644 (file)
index 0000000..852207a
--- /dev/null
@@ -0,0 +1,13 @@
+[Unit]
+Description=Mount unit for atom, revision 242
+Before=snapd.service
+
+[Mount]
+What=/var/lib/snapd/snaps/atom_242.snap
+Where=/snap/atom/242
+Type=squashfs
+Options=nodev,ro,x-gdu.hide
+LazyUnmount=yes
+
+[Install]
+WantedBy=multi-user.target