Fix dbus activation of systemd service

This commit is contained in:
Jonathan Lestrelin 2017-03-14 15:44:41 +01:00
parent f714213827
commit 7a9c9ff23d
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
[D-BUS Service]
Name=org.gnome.pass.search
Exec=/usr/lib/gnome-shell-search-pass/daemon.py
SystemdService=org.gnome.pass.search
SystemdService=org.gnome.pass.search.service

View File

@ -3,5 +3,5 @@ Description=Pass search provider for gnome-shell daemon
[Service]
Type=dbus
BusName=org.gnome.Pass.search
BusName=org.gnome.pass.search
ExecStart=/usr/lib/gnome-shell-search-pass/daemon.py