osbuild: add masked services to systemd stage
This commit is contained in:
parent
5457b9fba2
commit
8c75975917
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ package osbuild
|
|||
type SystemdStageOptions struct {
|
||||
EnabledServices []string `json:"enabled_services,omitempty"`
|
||||
DisabledServices []string `json:"disabled_services,omitempty"`
|
||||
MaskedServices []string `json:"masked_services,omitempty"`
|
||||
DefaultTarget string `json:"default_target,omitempty"`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue