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