service-manager/config.toml

22 lines
No EOL
346 B
TOML

[hello]
command = "echo hello"
[sleep]
command = "sleep 48590234"
[environment]
command = "echo $HELLO && sleep 37852375"
env = { HELLO = "uwu hi ヾ(•ω•`)o" }
[pwd]
command = "pwd"
workdir = "./src"
[crash]
command = "cat fkasdjfölashjdflksd"
[side-effect-create]
command = "touch uwu.txt"
[side-effect-remove]
command = "rm uwu.txt"