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

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

start on mounted MOUNTPOINT=/run

setuid ubuntu
setgid android_input

script
        
        exec /usr/bin/ubuntu-session

end script