stages/systemd:support timer units
unit pattern updated to incoporate timer units Signed-off-by: Sayan Paul <paul.sayan@gmail.com>
This commit is contained in:
parent
463d799dfd
commit
ed926ecc71
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue