Add slot definitions for our dbus service
This commit is contained in:
parent
7fc8bb46d2
commit
9f00ec3397
1 changed files with 13 additions and 0 deletions
|
|
@ -14,6 +14,19 @@ description: |
|
|||
confinement: devmode
|
||||
grade: devel
|
||||
|
||||
slots:
|
||||
# Depending on in which environment we're running we either need
|
||||
# to use the system or session DBus so we also need to have one
|
||||
# slot for each.
|
||||
dbus-session:
|
||||
interface: dbus
|
||||
bus: system
|
||||
name: org.anbox
|
||||
dbus-system:
|
||||
interface: dbus
|
||||
bus: system
|
||||
name: org.anbox
|
||||
|
||||
apps:
|
||||
anbox:
|
||||
command: bin/anbox-wrapper.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue