]> git.hoellein.online Git - zenbook/commitdiff
saving uncommitted changes in /etc prior to apt run
authorMario Höllein <mhoellein@freenet.de>
Thu, 1 Aug 2019 09:03:01 +0000 (11:03 +0200)
committerroot <root@localhost>
Thu, 1 Aug 2019 09:03:01 +0000 (11:03 +0200)
.etckeeper
systemd/system/multi-user.target.wants/snap-atom-235.mount [new symlink]
systemd/system/snap-atom-235.mount [new file with mode: 0644]

index 16301e7e4be7d4911a0198fab6511008dd158069..9694277b0f464c65d2bfae0b122c25795c7cf32d 100755 (executable)
@@ -2820,6 +2820,7 @@ 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-235.mount'
 maybe chmod 0644 'systemd/system/snap-canonical\x2dlivepatch-77.mount'
 maybe chmod 0644 'systemd/system/snap-canonical\x2dlivepatch-81.mount'
 maybe chmod 0644 'systemd/system/snap-core-7169.mount'
diff --git a/systemd/system/multi-user.target.wants/snap-atom-235.mount b/systemd/system/multi-user.target.wants/snap-atom-235.mount
new file mode 120000 (symlink)
index 0000000..59ef601
--- /dev/null
@@ -0,0 +1 @@
+/etc/systemd/system/snap-atom-235.mount
\ No newline at end of file
diff --git a/systemd/system/snap-atom-235.mount b/systemd/system/snap-atom-235.mount
new file mode 100644 (file)
index 0000000..4dbd3c7
--- /dev/null
@@ -0,0 +1,12 @@
+[Unit]
+Description=Mount unit for atom, revision 235
+Before=snapd.service
+
+[Mount]
+What=/var/lib/snapd/snaps/atom_235.snap
+Where=/snap/atom/235
+Type=squashfs
+Options=nodev,ro,x-gdu.hide
+
+[Install]
+WantedBy=multi-user.target