summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2024-01-13 15:24:08 +0000
committerDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2024-01-13 15:24:08 +0000
commit11389da09cb29655f90e2447405a81b60ad75e61 (patch)
treef0562436a5a1250ad08a9982ad7460da3e50f93b
parentbbea41eb0e3c40b68a6674d847370d279ed1fb65 (diff)
parentaaf226a769d57f6b78dbe74775901489fb1b90a5 (diff)
downloadsubplot-11389da09cb29655f90e2447405a81b60ad75e61.tar.gz
Merge branch 'dameon.yaml-fix' into 'main'
fix(share/python/lib/daemon.yaml): add missing capture type See merge request subplot/subplot!372
-rw-r--r--share/python/lib/daemon.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/python/lib/daemon.yaml b/share/python/lib/daemon.yaml
index a7e08c7..e385880 100644
--- a/share/python/lib/daemon.yaml
+++ b/share/python/lib/daemon.yaml
@@ -25,6 +25,7 @@
- when: I start "(?P<path>[^ "]+)(?P<args>[^"]*)" as a background process as (?P<name>[^,]+), on port (?P<port>\d+), with environment (?P<env>.*)
regex: true
types:
+ args: text
path: path
name: text
port: uint