]> git.ipfire.org Git - thirdparty/systemd.git/commit
systemctl: start_unit() returns > 0 on error, let's catch that properly 12014/head
authorLennart Poettering <lennart@poettering.net>
Fri, 15 Mar 2019 14:05:01 +0000 (15:05 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 20 Mar 2019 14:05:27 +0000 (15:05 +0100)
commit2e13c0c3547dd2e2d136a9f7f5f04d3f652269ee
treef5b7f9f09fe944dd776f363de9b2ed8433bc065b
parenta49945e663c6a8d3c149f1d944b69f6543070e97
systemctl: start_unit() returns > 0 on error, let's catch that properly

Let's make sure we fall back correctly to initctl when start_unit()
returns an error > 0.

Fixes: #11546
src/systemctl/systemctl.c