From 83039e213a9a8f1745100e0aff27029065e3cba2 Mon Sep 17 00:00:00 2001 From: Martin Nowak Date: Wed, 23 Sep 2020 20:53:44 +0200 Subject: [PATCH] start together with org.gnome.GPaste.service - this is a weak dependency and will still succeed if GPaste is not available (also see [systemd.unit(5)](https://www.freedesktop.org/software/systemd/man/systemd.unit.html#Wants=)) - avoids having to manually start GPaste - also see https://github.com/Keruspe/GPaste/pull/323 --- conf/org.gnome.Pass.SearchProvider.service.systemd | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/org.gnome.Pass.SearchProvider.service.systemd b/conf/org.gnome.Pass.SearchProvider.service.systemd index ee78888..075cdc1 100644 --- a/conf/org.gnome.Pass.SearchProvider.service.systemd +++ b/conf/org.gnome.Pass.SearchProvider.service.systemd @@ -1,5 +1,6 @@ [Unit] Description=Pass search provider for GNOME Shell daemon +Wants=org.gnome.GPaste.service [Service] Type=dbus