succd: do not engage pirani failsafe on startup, as that prohibits restarting succd when the machine runs

This commit is contained in:
Serge Bazanski 2024-09-28 10:23:15 +02:00
parent dda098f634
commit fbf41203de

View file

@ -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))
}
} else {
d.safety.failsafe = true
d.safety.highPressure = true
}