Revision 353031306237 () - Diff

Link to this snippet: https://friendpaste.com/1DWFdkL9xtCR9mBXF5XQZL
Embed:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
start on started tty1

console output

pre-start script
if [ "$(pidof usplash)" ] ; then
exec stop usplash
fi
end scrpt

respawn

script
exec /usr/bin/myInstaller
end script