mirror of
https://github.com/Noratrieb/service-manager.git
synced 2026-01-14 16:35:05 +01:00
toml config
This commit is contained in:
parent
503bae869b
commit
55c99f5b5f
4 changed files with 30 additions and 4 deletions
9
config.toml
Normal file
9
config.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[hello]
|
||||
command = "echo hello"
|
||||
|
||||
[sleep]
|
||||
command = "sleep 48590234"
|
||||
|
||||
[environment]
|
||||
command = "echo $HELLO && sleep 37852375"
|
||||
env = { HELLO = "uwu hi ヾ(•ω•`)o" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue