~michael-sheldon/ubuntu-touch-session/fix-1659388

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
author "Tony Espy <espy@canonical.com>"

start on (started lxc-android-config
	     and started dbus)
stop on stopping dbus

setuid phablet
setgid android_input

respawn

script

        exec /usr/bin/ubuntu-touch-session

end script