From 9b585a80b492957758527bba94f7c1a41c45628e Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 12 Feb 2020 00:08:36 +0100 Subject: [PATCH] daily autocommit --- .etckeeper | 1 + .../multi-user.target.wants/snap-snapd-6240.mount | 1 + systemd/system/snap-snapd-6240.mount | 13 +++++++++++++ 3 files changed, 15 insertions(+) create mode 120000 systemd/system/multi-user.target.wants/snap-snapd-6240.mount create mode 100644 systemd/system/snap-snapd-6240.mount diff --git a/.etckeeper b/.etckeeper index 549b4f1..e1127df 100755 --- a/.etckeeper +++ b/.etckeeper @@ -2884,6 +2884,7 @@ maybe chmod 0644 'systemd/system/snap-core18-1668.mount' maybe chmod 0644 'systemd/system/snap-openra-172.mount' maybe chmod 0644 'systemd/system/snap-openra-183.mount' maybe chmod 0644 'systemd/system/snap-snapd-5754.mount' +maybe chmod 0644 'systemd/system/snap-snapd-6240.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-snapd-6240.mount b/systemd/system/multi-user.target.wants/snap-snapd-6240.mount new file mode 120000 index 0000000..fc9d16f --- /dev/null +++ b/systemd/system/multi-user.target.wants/snap-snapd-6240.mount @@ -0,0 +1 @@ +/etc/systemd/system/snap-snapd-6240.mount \ No newline at end of file diff --git a/systemd/system/snap-snapd-6240.mount b/systemd/system/snap-snapd-6240.mount new file mode 100644 index 0000000..6fb6bdd --- /dev/null +++ b/systemd/system/snap-snapd-6240.mount @@ -0,0 +1,13 @@ +[Unit] +Description=Mount unit for snapd, revision 6240 +Before=snapd.service + +[Mount] +What=/var/lib/snapd/snaps/snapd_6240.snap +Where=/snap/snapd/6240 +Type=squashfs +Options=nodev,ro,x-gdu.hide +LazyUnmount=yes + +[Install] +WantedBy=multi-user.target -- 2.39.5