]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/bus-unit-util.c
core: fix description of "resources" service error (#3119)
authorLennart Poettering <lennart@poettering.net>
Mon, 25 Apr 2016 19:36:25 +0000 (21:36 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 25 Apr 2016 19:36:25 +0000 (15:36 -0400)
commit0b2de9d90ddd788d8f181282607830d725bdc337
tree503f74f7d6b748372f0312dc0529759e9948af2d
parente2aa7c3a3919fc1498b80e2c7c575c6dbda972b6
core: fix description of "resources" service error (#3119)

The "resources" error is really just the generic error we return when
we hit some kind of error and we have no more appropriate error for the case to
return, for example because of some OS error.

Hence, reword the explanation and don't claim any relation to resource limits.

Admittedly, the "resources" service error is a bit of a misnomer, but I figure
it's kind of API now.

Fixes: #2716
src/core/service.h
src/shared/bus-unit-util.c