]> git.hoellein.online Git - zenbook/commitdiff
daily autocommit
authorroot <root@localhost>
Wed, 14 Aug 2019 10:04:00 +0000 (12:04 +0200)
committerroot <root@localhost>
Wed, 14 Aug 2019 10:04:00 +0000 (12:04 +0200)
.etckeeper
systemd/system/multi-user.target.wants/snap-atom-236.mount [new symlink]
systemd/system/multi-user.target.wants/snap-core-7169.mount [deleted symlink]
systemd/system/multi-user.target.wants/snap-core-7396.mount [new symlink]
systemd/system/snap-atom-236.mount [new file with mode: 0644]
systemd/system/snap-core-7169.mount [deleted file]
systemd/system/snap-core-7396.mount [new file with mode: 0644]

index 6507856d2515613e4d8258916a6638beada6b407..e07d325be1d7705ef3d9bee699e0a5813b1be2d8 100755 (executable)
@@ -2831,10 +2831,11 @@ 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 0644 'systemd/system/snap-atom-235.mount'
+maybe chmod 0644 'systemd/system/snap-atom-236.mount'
 maybe chmod 0644 'systemd/system/snap-canonical\x2dlivepatch-77.mount'
 maybe chmod 0644 'systemd/system/snap-canonical\x2dlivepatch-81.mount'
-maybe chmod 0644 'systemd/system/snap-core-7169.mount'
 maybe chmod 0644 'systemd/system/snap-core-7270.mount'
+maybe chmod 0644 'systemd/system/snap-core-7396.mount'
 maybe chmod 0644 'systemd/system/snap.canonical-livepatch.canonical-livepatchd.service'
 maybe chmod 0755 'systemd/system/sockets.target.wants'
 maybe chmod 0755 'systemd/system/spice-vdagentd.target.wants'
diff --git a/systemd/system/multi-user.target.wants/snap-atom-236.mount b/systemd/system/multi-user.target.wants/snap-atom-236.mount
new file mode 120000 (symlink)
index 0000000..8f370e2
--- /dev/null
@@ -0,0 +1 @@
+/etc/systemd/system/snap-atom-236.mount
\ No newline at end of file
diff --git a/systemd/system/multi-user.target.wants/snap-core-7169.mount b/systemd/system/multi-user.target.wants/snap-core-7169.mount
deleted file mode 120000 (symlink)
index 262956c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/etc/systemd/system/snap-core-7169.mount
\ No newline at end of file
diff --git a/systemd/system/multi-user.target.wants/snap-core-7396.mount b/systemd/system/multi-user.target.wants/snap-core-7396.mount
new file mode 120000 (symlink)
index 0000000..8052401
--- /dev/null
@@ -0,0 +1 @@
+/etc/systemd/system/snap-core-7396.mount
\ No newline at end of file
diff --git a/systemd/system/snap-atom-236.mount b/systemd/system/snap-atom-236.mount
new file mode 100644 (file)
index 0000000..1a596fa
--- /dev/null
@@ -0,0 +1,12 @@
+[Unit]
+Description=Mount unit for atom, revision 236
+Before=snapd.service
+
+[Mount]
+What=/var/lib/snapd/snaps/atom_236.snap
+Where=/snap/atom/236
+Type=squashfs
+Options=nodev,ro,x-gdu.hide
+
+[Install]
+WantedBy=multi-user.target
diff --git a/systemd/system/snap-core-7169.mount b/systemd/system/snap-core-7169.mount
deleted file mode 100644 (file)
index afa7e42..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Mount unit for core, revision 7169
-Before=snapd.service
-
-[Mount]
-What=/var/lib/snapd/snaps/core_7169.snap
-Where=/snap/core/7169
-Type=squashfs
-Options=nodev,ro,x-gdu.hide
-
-[Install]
-WantedBy=multi-user.target
diff --git a/systemd/system/snap-core-7396.mount b/systemd/system/snap-core-7396.mount
new file mode 100644 (file)
index 0000000..3e9e6b6
--- /dev/null
@@ -0,0 +1,12 @@
+[Unit]
+Description=Mount unit for core, revision 7396
+Before=snapd.service
+
+[Mount]
+What=/var/lib/snapd/snaps/core_7396.snap
+Where=/snap/core/7396
+Type=squashfs
+Options=nodev,ro,x-gdu.hide
+
+[Install]
+WantedBy=multi-user.target