Warden process manager

This commit is contained in:
2024-01-15 23:22:53 +08:00
parent 4c08d78bed
commit ead748a508
10 changed files with 235 additions and 21 deletions

View File

@@ -7,3 +7,8 @@ paths = ["/"]
[[locations.destinations]]
id = "static"
uri = "files://regions?index=index.html"
[[applications]]
id = "script"
exe = "./script.sh"
workdir = "regions"

3
regions/script.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
echo "Good morning!"