From ed926ecc7112b05cd89a9c932300574d65efb2cc Mon Sep 17 00:00:00 2001 From: Sayan Paul Date: Tue, 8 Aug 2023 09:53:24 -0400 Subject: [PATCH] stages/systemd:support timer units unit pattern updated to incoporate timer units Signed-off-by: Sayan Paul --- stages/org.osbuild.systemd.unit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stages/org.osbuild.systemd.unit b/stages/org.osbuild.systemd.unit index 8ccf5b30..af0f0e01 100755 --- a/stages/org.osbuild.systemd.unit +++ b/stages/org.osbuild.systemd.unit @@ -28,7 +28,7 @@ SCHEMA = r""" "properties": { "unit": { "type": "string", - "pattern": "^[\\w:.\\\\-]+[@]{0,1}[\\w:.\\\\-]*\\.service$" + "pattern": "^[\\w:.\\\\-]+[@]{0,1}[\\w:.\\\\-]*\\.(service|timer)$" }, "dropin": { "type": "string",