From: Frank Brehm Date: Tue, 14 Apr 2020 16:42:46 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=323653863ba8e16409f3ebbd64063ce260e0617d;p=config%2Fbruni%2Fetc-mint.git saving uncommitted changes in /etc prior to apt run --- diff --git a/.etckeeper b/.etckeeper index 06b2467..15d65cb 100755 --- a/.etckeeper +++ b/.etckeeper @@ -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 index 0000000..ad356f0 --- /dev/null +++ b/systemd/system/multi-user.target.wants/snap-core-8935.mount @@ -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 index 0000000..c0f7908 --- /dev/null +++ "b/systemd/system/multi-user.target.wants/snap-pycharm\\x2dcommunity-192.mount" @@ -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 index 0000000..ccc2e3b --- /dev/null +++ b/systemd/system/snap-core-8935.mount @@ -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 index 0000000..6f9d233 --- /dev/null +++ "b/systemd/system/snap-pycharm\\x2dcommunity-192.mount" @@ -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