Fix dbus activation of systemd service
This commit is contained in:
parent
f714213827
commit
7a9c9ff23d
@ -1,4 +1,4 @@
|
|||||||
[D-BUS Service]
|
[D-BUS Service]
|
||||||
Name=org.gnome.pass.search
|
Name=org.gnome.pass.search
|
||||||
Exec=/usr/lib/gnome-shell-search-pass/daemon.py
|
Exec=/usr/lib/gnome-shell-search-pass/daemon.py
|
||||||
SystemdService=org.gnome.pass.search
|
SystemdService=org.gnome.pass.search.service
|
||||||
|
@ -3,5 +3,5 @@ Description=Pass search provider for gnome-shell daemon
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=dbus
|
Type=dbus
|
||||||
BusName=org.gnome.Pass.search
|
BusName=org.gnome.pass.search
|
||||||
ExecStart=/usr/lib/gnome-shell-search-pass/daemon.py
|
ExecStart=/usr/lib/gnome-shell-search-pass/daemon.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user