ableos/root_fs/init_proc.toml

7 lines
298 B
TOML
Raw Normal View History

2022-02-05 00:26:32 -06:00
# Run all processes here at boot
# This is a sample process
[helloworld] # This is the name of the process
binary = "bin://hello" # This is the binary to run
spawn_order = "1" # Spawn order of the processes (lower is earlier)
arguments = ["--name", "Hello World"] # Arguments to pass to the binary