Re: Michael Biebl 2018-03-02 <[email protected]> > >>> I agree that it is not helpful that it doesn't raise an error here, > >>> but I think it is working as intended by systemd. Or should we rather > >>> be using AssertFileExists here? But starting the non-existing "foo" > >>> service doesn't put "foo" into a permanent error state either. > >> > >> Why not just drop the Condition altogether? > >> This way you'd get a proper error message from posgresql, and it would > >> be easier to diagnose what's going wrong? > > > > For the same reason that "systemctl start nonexisting.service" doesn't > > permanently leave nonexisting.service in a error state that is visible > > e.g. via "systemctl". I'd think that would be worse. > > Not sure what you mean by that. Can you elaborate?
"systemctl start foo.service" throws an error, but does not mark foo.service as failed. If "systemctl start [email protected]" would not have ConditionFileExists, it would permanently be marked as failed (until "systemctl reset-failed"). Both should behave the same in the sense that typoing the service name on start shouldn't leave the system in a degraded state. (It would be nice if "systemctl start [email protected]" would throw a one-time error, but it doesn't look like that could be achieved.) Christoph _______________________________________________ Pkg-systemd-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers
