fix(locksmith): use a runtime unit for locksmith
This commit is contained in:
parent
f127406d01
commit
00ee047753
@ -136,6 +136,7 @@ func (uc UpdateConfig) Units(root string) ([]system.Unit, error) {
|
||||
Name: locksmithUnit,
|
||||
Command: "restart",
|
||||
Mask: false,
|
||||
Runtime: true,
|
||||
}
|
||||
|
||||
if strategy == "off" {
|
||||
|
Loading…
Reference in New Issue
Block a user