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",