111d39098493ed10189b01e19a6a5241a7d3698b
[bootcreen] / bootscreen
1 description "BootScreen manager - Chooses a random bootscreen file"
2 author "Valerio Valerio"
3
4 start on XSESSIONS_STARTING
5
6 script
7         /opt/bootscreen/bootscreen --random
8 end script
9