gnome-pass-search-provider/conf/org.gnome.Pass.SearchProvider.service.systemd
Martin Nowak 83039e213a
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
2020-09-23 20:53:44 +02:00

9 lines
229 B
Plaintext

[Unit]
Description=Pass search provider for GNOME Shell daemon
Wants=org.gnome.GPaste.service
[Service]
Type=dbus
BusName=org.gnome.Pass.SearchProvider
ExecStart=/usr/lib/gnome-pass-search-provider/gnome-pass-search-provider.py