mirror of
https://github.com/Noratrieb/service-manager.git
synced 2026-01-14 16:35:05 +01:00
22 lines
No EOL
346 B
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" |