From aaf226a769d57f6b78dbe74775901489fb1b90a5 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 13 Jan 2024 16:47:36 +0200 Subject: fix(share/python/lib/daemon.yaml): add missing capture type Signed-off-by: Lars Wirzenius Sponsored-by: author --- share/python/lib/daemon.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'share') 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[^ "]+)(?P[^"]*)" as a background process as (?P[^,]+), on port (?P\d+), with environment (?P.*) regex: true types: + args: text path: path name: text port: uint -- cgit v1.2.1