- 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
9 lines
229 B
Plaintext
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
|