succd: do not engage pirani failsafe on startup, as that prohibits restarting succd when the machine runs
This commit is contained in:
parent
dda098f634
commit
fbf41203de
|
@ -123,7 +123,6 @@ func (d *daemon) processOnce(_ context.Context) error {
|
||||||
klog.Infof("SAFETY: Pressure is low enough (%s mbar) for diffusion pump operation; quitting diffusion pump lockout", formatMbar(mbar))
|
klog.Infof("SAFETY: Pressure is low enough (%s mbar) for diffusion pump operation; quitting diffusion pump lockout", formatMbar(mbar))
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
d.safety.failsafe = true
|
|
||||||
d.safety.highPressure = true
|
d.safety.highPressure = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue