]> 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>
Tue, 14 Apr 2020 16:42:46 +0000 (18:42 +0200)
committerFrank Brehm <frank@brehm-online.com>
Tue, 14 Apr 2020 16:42:46 +0000 (18:42 +0200)
.etckeeper
systemd/system/multi-user.target.wants/snap-core-8935.mount [new symlink]
systemd/system/multi-user.target.wants/snap-pycharm\x2dcommunity-192.mount [new symlink]
systemd/system/snap-core-8935.mount [new file with mode: 0644]
systemd/system/snap-pycharm\x2dcommunity-192.mount [new file with mode: 0644]

index 06b2467fe9cb1a20ccf2900a1f3d1852daf87eda..15d65cb62b72d20a7a9d903d8ea543940b115798 100755 (executable)
@@ -2883,10 +2883,12 @@ 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 0755 'systemd/system/remote-fs.target.wants'
+maybe chmod 0644 'systemd/system/snap-core-8935.mount'
 maybe chmod 0644 'systemd/system/snap-core18-1668.mount'
 maybe chmod 0644 'systemd/system/snap-core18-1705.mount'
 maybe chmod 0644 'systemd/system/snap-openra-183.mount'
 maybe chmod 0644 'systemd/system/snap-openra-216.mount'
+maybe chmod 0644 'systemd/system/snap-pycharm\x2dcommunity-192.mount'
 maybe chmod 0644 'systemd/system/snap-snapd-6434.mount'
 maybe chmod 0644 'systemd/system/snap-snapd-6953.mount'
 maybe chmod 0755 'systemd/system/sockets.target.wants'
diff --git a/systemd/system/multi-user.target.wants/snap-core-8935.mount b/systemd/system/multi-user.target.wants/snap-core-8935.mount
new file mode 120000 (symlink)
index 0000000..ad356f0
--- /dev/null
@@ -0,0 +1 @@
+/etc/systemd/system/snap-core-8935.mount
\ No newline at end of file
diff --git a/systemd/system/multi-user.target.wants/snap-pycharm\x2dcommunity-192.mount b/systemd/system/multi-user.target.wants/snap-pycharm\x2dcommunity-192.mount
new file mode 120000 (symlink)
index 0000000..c0f7908
--- /dev/null
@@ -0,0 +1 @@
+/etc/systemd/system/snap-pycharm\x2dcommunity-192.mount
\ No newline at end of file
diff --git a/systemd/system/snap-core-8935.mount b/systemd/system/snap-core-8935.mount
new file mode 100644 (file)
index 0000000..ccc2e3b
--- /dev/null
@@ -0,0 +1,13 @@
+[Unit]
+Description=Mount unit for core, revision 8935
+Before=snapd.service
+
+[Mount]
+What=/var/lib/snapd/snaps/core_8935.snap
+Where=/snap/core/8935
+Type=squashfs
+Options=nodev,ro,x-gdu.hide
+LazyUnmount=yes
+
+[Install]
+WantedBy=multi-user.target
diff --git a/systemd/system/snap-pycharm\x2dcommunity-192.mount b/systemd/system/snap-pycharm\x2dcommunity-192.mount
new file mode 100644 (file)
index 0000000..6f9d233
--- /dev/null
@@ -0,0 +1,13 @@
+[Unit]
+Description=Mount unit for pycharm-community, revision 192
+Before=snapd.service
+
+[Mount]
+What=/var/lib/snapd/snaps/pycharm-community_192.snap
+Where=/snap/pycharm-community/192
+Type=squashfs
+Options=nodev,ro,x-gdu.hide
+LazyUnmount=yes
+
+[Install]
+WantedBy=multi-user.target