From cfd4d4f0e73b60a9b911efc0b8bd5f85d38b515e Mon Sep 17 00:00:00 2001 From: root Date: Sat, 24 Dec 2022 09:40:13 +0100 Subject: [PATCH] daily autocommit --- .etckeeper | 2 +- .../default.target.wants/snap-drawio-168.mount | 1 + .../multi-user.target.wants/snap-drawio-166.mount | 1 - .../multi-user.target.wants/snap-drawio-168.mount | 1 + systemd/system/snap-drawio-166.mount | 14 -------------- systemd/system/snap-drawio-168.mount | 14 ++++++++++++++ 6 files changed, 17 insertions(+), 16 deletions(-) create mode 120000 systemd/system/default.target.wants/snap-drawio-168.mount delete mode 120000 systemd/system/multi-user.target.wants/snap-drawio-166.mount create mode 120000 systemd/system/multi-user.target.wants/snap-drawio-168.mount delete mode 100644 systemd/system/snap-drawio-166.mount create mode 100644 systemd/system/snap-drawio-168.mount diff --git a/.etckeeper b/.etckeeper index bec6266..81e3e9b 100755 --- a/.etckeeper +++ b/.etckeeper @@ -3277,8 +3277,8 @@ maybe chmod 0644 'systemd/system/snap-bare-5.mount' maybe chmod 0644 'systemd/system/snap-core-14399.mount' maybe chmod 0644 'systemd/system/snap-core18-2654.mount' maybe chmod 0644 'systemd/system/snap-core18-2667.mount' -maybe chmod 0644 'systemd/system/snap-drawio-166.mount' maybe chmod 0644 'systemd/system/snap-drawio-167.mount' +maybe chmod 0644 'systemd/system/snap-drawio-168.mount' maybe chmod 0644 'systemd/system/snap-ferdi-211.mount' maybe chmod 0644 'systemd/system/snap-ferdi-225.mount' maybe chmod 0644 'systemd/system/snap-gnome\x2d3\x2d28\x2d1804-161.mount' diff --git a/systemd/system/default.target.wants/snap-drawio-168.mount b/systemd/system/default.target.wants/snap-drawio-168.mount new file mode 120000 index 0000000..ce14233 --- /dev/null +++ b/systemd/system/default.target.wants/snap-drawio-168.mount @@ -0,0 +1 @@ +/etc/systemd/system/snap-drawio-168.mount \ No newline at end of file diff --git a/systemd/system/multi-user.target.wants/snap-drawio-166.mount b/systemd/system/multi-user.target.wants/snap-drawio-166.mount deleted file mode 120000 index 595cb18..0000000 --- a/systemd/system/multi-user.target.wants/snap-drawio-166.mount +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/system/snap-drawio-166.mount \ No newline at end of file diff --git a/systemd/system/multi-user.target.wants/snap-drawio-168.mount b/systemd/system/multi-user.target.wants/snap-drawio-168.mount new file mode 120000 index 0000000..ce14233 --- /dev/null +++ b/systemd/system/multi-user.target.wants/snap-drawio-168.mount @@ -0,0 +1 @@ +/etc/systemd/system/snap-drawio-168.mount \ No newline at end of file diff --git a/systemd/system/snap-drawio-166.mount b/systemd/system/snap-drawio-166.mount deleted file mode 100644 index ea48144..0000000 --- a/systemd/system/snap-drawio-166.mount +++ /dev/null @@ -1,14 +0,0 @@ -[Unit] -Description=Mount unit for drawio, revision 166 -Before=snapd.service -After=zfs-mount.service - -[Mount] -What=/var/lib/snapd/snaps/drawio_166.snap -Where=/snap/drawio/166 -Type=squashfs -Options=nodev,ro,x-gdu.hide,x-gvfs-hide -LazyUnmount=yes - -[Install] -WantedBy=multi-user.target diff --git a/systemd/system/snap-drawio-168.mount b/systemd/system/snap-drawio-168.mount new file mode 100644 index 0000000..94bebeb --- /dev/null +++ b/systemd/system/snap-drawio-168.mount @@ -0,0 +1,14 @@ +[Unit] +Description=Mount unit for drawio, revision 168 +Before=snapd.service +After=zfs-mount.service + +[Mount] +What=/var/lib/snapd/snaps/drawio_168.snap +Where=/snap/drawio/168 +Type=squashfs +Options=nodev,ro,x-gdu.hide,x-gvfs-hide +LazyUnmount=yes + +[Install] +WantedBy=default.target multi-user.target -- 2.39.5