kOS/boot/satellite.ks

16 lines
206 B
Plaintext
Raw Normal View History

RunOncePath("0:/lib/boot").
2021-08-21 05:06:35 +00:00
parameter debug is false.
Bootstrap(
"/boot/satellite",
List(
"/prog/execnode",
"/prog/circ",
"/prog/satdeploy",
"/prog/nodestats"
),
debug,
false
).