]> git.hoellein.online Git - zenbook/commitdiff
committing changes in /etc after apt run
authorroot <root@localhost>
Fri, 1 Jun 2018 15:16:46 +0000 (17:16 +0200)
committerroot <root@localhost>
Fri, 1 Jun 2018 15:16:46 +0000 (17:16 +0200)
Package changes:
-firefox 61.0~b9+build1-0ubuntu0.16.04.1 amd64
-firefox-locale-de 61.0~b9+build1-0ubuntu0.16.04.1 amd64
-firefox-locale-en 61.0~b9+build1-0ubuntu0.16.04.1 amd64
+firefox 61.0~b10+build1-0ubuntu0.16.04.1 amd64
+firefox-locale-de 61.0~b10+build1-0ubuntu0.16.04.1 amd64
+firefox-locale-en 61.0~b10+build1-0ubuntu0.16.04.1 amd64
-snapd 2.32.3.2 amd64
+snapd 2.32.9 amd64
-ubuntu-core-launcher 2.32.3.2 amd64
+ubuntu-core-launcher 2.32.9 amd64

.etckeeper
systemd/system/cloud-final.service.wants/snapd.seeded.service [new symlink]
systemd/system/multi-user.target.wants/snapd.seeded.service [new symlink]
xdg/autostart/snap-userd-autostart.desktop [new file with mode: 0644]

index 98ef52803f8eea6e8a819ca969f124d8cd13e436..be92b7596480607878d4ca9e9adbfa861baa16c3 100755 (executable)
@@ -2362,6 +2362,7 @@ maybe chmod 0755 'systemd/network'
 maybe chmod 0755 'systemd/system'
 maybe chmod 0644 'systemd/system.conf'
 maybe chmod 0755 'systemd/system/bluetooth.target.wants'
+maybe chmod 0755 'systemd/system/cloud-final.service.wants'
 maybe chmod 0755 'systemd/system/default.target.wants'
 maybe chmod 0755 'systemd/system/display-manager.service.wants'
 maybe chmod 0755 'systemd/system/final.target.wants'
@@ -2481,6 +2482,7 @@ maybe chmod 0644 'xdg/autostart/orca-autostart.desktop'
 maybe chmod 0644 'xdg/autostart/polkit-gnome-authentication-agent-1.desktop'
 maybe chmod 0644 'xdg/autostart/print-applet.desktop'
 maybe chmod 0644 'xdg/autostart/pulseaudio.desktop'
+maybe chmod 0644 'xdg/autostart/snap-userd-autostart.desktop'
 maybe chmod 0644 'xdg/autostart/tracker-extract.desktop'
 maybe chmod 0644 'xdg/autostart/tracker-miner-apps.desktop'
 maybe chmod 0644 'xdg/autostart/tracker-miner-fs.desktop'
diff --git a/systemd/system/cloud-final.service.wants/snapd.seeded.service b/systemd/system/cloud-final.service.wants/snapd.seeded.service
new file mode 120000 (symlink)
index 0000000..9b69301
--- /dev/null
@@ -0,0 +1 @@
+/lib/systemd/system/snapd.seeded.service
\ No newline at end of file
diff --git a/systemd/system/multi-user.target.wants/snapd.seeded.service b/systemd/system/multi-user.target.wants/snapd.seeded.service
new file mode 120000 (symlink)
index 0000000..9b69301
--- /dev/null
@@ -0,0 +1 @@
+/lib/systemd/system/snapd.seeded.service
\ No newline at end of file
diff --git a/xdg/autostart/snap-userd-autostart.desktop b/xdg/autostart/snap-userd-autostart.desktop
new file mode 100644 (file)
index 0000000..1aed61c
--- /dev/null
@@ -0,0 +1,5 @@
+[Desktop Entry]
+Name=Snap user application autostart helper
+Comment=Helper program for launching snap applications that are configured to start automatically.
+Exec=/usr/bin/snap userd --autostart
+Type=Application