wip: daemon

This commit is contained in:
2023-09-01 12:29:31 +10:00
parent eac78ec322
commit 91147f073f
8 changed files with 332 additions and 30 deletions

9
files/testconfig/one.go Normal file
View File

@@ -0,0 +1,9 @@
package testconfig
var One = `service:
one:
command: "mycommand -o output"
two:
command: ["cmd", "now"]
workdir: /
`

6
files/testconfig/one.yml Normal file
View File

@@ -0,0 +1,6 @@
service:
one:
command: "mycommand -o output"
two:
command: ["cmd", "now"]
workdir: /