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 |