Initial commit
[bootcreen] / data / bootscreen
diff --git a/data/bootscreen b/data/bootscreen
new file mode 100644 (file)
index 0000000..111d390
--- /dev/null
@@ -0,0 +1,9 @@
+description "BootScreen manager - Chooses a random bootscreen file"
+author "Valerio Valerio"
+
+start on XSESSIONS_STARTING
+
+script
+        /opt/bootscreen/bootscreen --random
+end script
+