Merge pull request #125 from jonboulle/no_locksmith_enable
Dies trying to enable non-existent /etc/systemd/system/locksmithd.service
This commit is contained in:
commit
6c07e8784f
@ -136,13 +136,11 @@ func (uc UpdateConfig) Unit(root string) (*system.Unit, error) {
|
|||||||
|
|
||||||
u := &system.Unit{
|
u := &system.Unit{
|
||||||
Name: locksmithUnit,
|
Name: locksmithUnit,
|
||||||
Enable: true,
|
|
||||||
Command: "restart",
|
Command: "restart",
|
||||||
Mask: false,
|
Mask: false,
|
||||||
}
|
}
|
||||||
|
|
||||||
if strategy == "off" {
|
if strategy == "off" {
|
||||||
u.Enable = false
|
|
||||||
u.Command = "stop"
|
u.Command = "stop"
|
||||||
u.Mask = true
|
u.Mask = true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user