1DWFdkL9xtCR9mBXF5XQZL changeset

Changeset353031306237 (b)
Parent663564346365 (a)
ab
11
22console output
33
...
4-pre-start exec stop usplash
4+pre-start script
4+        if [ "$(pidof usplash)" ] ; then
4+                exec stop usplash
4+        fi
4+end scrpt
...
55
66respawn
77
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- Revision 663564346365
+++ Revision 353031306237
@@ -2,7 +2,11 @@
console output
-pre-start exec stop usplash
+pre-start script
+ if [ "$(pidof usplash)" ] ; then
+ exec stop usplash
+ fi
+end scrpt
respawn