From: Frank Brehm Date: Sun, 10 May 2020 21:30:20 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=a8c9fdecbd6ff99152229ef49ee919fc0c5c12f9;p=config%2Fbruni%2Fetc-mint-new1.git saving uncommitted changes in /etc prior to apt run --- diff --git a/.etckeeper b/.etckeeper index cbc5622..143c1b1 100755 --- a/.etckeeper +++ b/.etckeeper @@ -2765,6 +2765,7 @@ maybe chmod 0755 'systemd/system/paths.target.wants' maybe chmod 0755 'systemd/system/printer.target.wants' maybe chmod 0644 'systemd/system/snap-core-9066.mount' maybe chmod 0644 'systemd/system/snap-pycharm\x2dcommunity-192.mount' +maybe chmod 0644 'systemd/system/snap-pycharm\x2dcommunity-194.mount' maybe chmod 0755 'systemd/system/sockets.target.wants' maybe chmod 0755 'systemd/system/sysinit.target.wants' maybe chmod 0755 'systemd/system/timers.target.wants' diff --git "a/systemd/system/multi-user.target.wants/snap-pycharm\\x2dcommunity-194.mount" "b/systemd/system/multi-user.target.wants/snap-pycharm\\x2dcommunity-194.mount" new file mode 120000 index 0000000..958c41d --- /dev/null +++ "b/systemd/system/multi-user.target.wants/snap-pycharm\\x2dcommunity-194.mount" @@ -0,0 +1 @@ +/etc/systemd/system/snap-pycharm\x2dcommunity-194.mount \ No newline at end of file diff --git "a/systemd/system/snap-pycharm\\x2dcommunity-194.mount" "b/systemd/system/snap-pycharm\\x2dcommunity-194.mount" new file mode 100644 index 0000000..6e33f0e --- /dev/null +++ "b/systemd/system/snap-pycharm\\x2dcommunity-194.mount" @@ -0,0 +1,13 @@ +[Unit] +Description=Mount unit for pycharm-community, revision 194 +Before=snapd.service + +[Mount] +What=/var/lib/snapd/snaps/pycharm-community_194.snap +Where=/snap/pycharm-community/194 +Type=squashfs +Options=nodev,ro,x-gdu.hide +LazyUnmount=yes + +[Install] +WantedBy=multi-user.target