/etc/init/lightdm.override is in ubuntu-touch-session 0.108+16.04.20160407-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | limit nice 40 40
oom score 10
# lightdm job normally waits for plymouth-ready, but since we disable plymouth,
# we remove that condition from lightdm's start stanza
start on ((filesystem
and started dbus
and android)
or runlevel PREVLEVEL=S)
#set XDG_DATA_DIRS to include /custom, to use the custom spinner if it exists
env XDG_DATA_DIRS=/custom/xdg/data:/usr/share
|