]> 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>
Thu, 9 Jan 2020 17:49:41 +0000 (18:49 +0100)
committerFrank Brehm <frank@brehm-online.com>
Thu, 9 Jan 2020 17:49:41 +0000 (18:49 +0100)
.etckeeper
systemd/system/multi-user.target.wants/snap-openra-172.mount [new symlink]
systemd/system/snap-openra-172.mount [new file with mode: 0644]

index da5921eadafc930115197e1470f42b851720391f..fb3a711bb7c33df99eef17bcaf4e64b70d75a92e 100755 (executable)
@@ -2877,6 +2877,7 @@ 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-openra-168.mount'
+maybe chmod 0644 'systemd/system/snap-openra-172.mount'
 maybe chmod 0644 'systemd/system/snap-snapd-5754.mount'
 maybe chmod 0755 'systemd/system/sockets.target.wants'
 maybe chmod 0755 'systemd/system/sysinit.target.wants'
diff --git a/systemd/system/multi-user.target.wants/snap-openra-172.mount b/systemd/system/multi-user.target.wants/snap-openra-172.mount
new file mode 120000 (symlink)
index 0000000..04a63cd
--- /dev/null
@@ -0,0 +1 @@
+/etc/systemd/system/snap-openra-172.mount
\ No newline at end of file
diff --git a/systemd/system/snap-openra-172.mount b/systemd/system/snap-openra-172.mount
new file mode 100644 (file)
index 0000000..49b77a7
--- /dev/null
@@ -0,0 +1,13 @@
+[Unit]
+Description=Mount unit for openra, revision 172
+Before=snapd.service
+
+[Mount]
+What=/var/lib/snapd/snaps/openra_172.snap
+Where=/snap/openra/172
+Type=squashfs
+Options=nodev,ro,x-gdu.hide
+LazyUnmount=yes
+
+[Install]
+WantedBy=multi-user.target