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

1 by Ricardo Mendoza
Initial commit
1
author "Tony Espy <espy@canonical.com>"
2
3
start on mounted MOUNTPOINT=/run
4
5
setuid ubuntu
6
setgid android_input
7
8
script
9
        
10
        exec /usr/bin/ubuntu-session
11
12
end script