]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/systemctl/systemctl.c
systemctl: show ExecStop= data after ExecStart= data 9624/head
authorLennart Poettering <lennart@poettering.net>
Tue, 17 Jul 2018 17:41:13 +0000 (19:41 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 23 Jul 2018 11:36:47 +0000 (13:36 +0200)
commit3e14d36a8a0eedbdd6de4b7944ad86696e78fadd
tree754658059ea9c9d726d8a18cb7828b3171d8396f
parent6a1d4d9fa6b9df1069b15f00447b3a8f9b9a3266
systemctl: show ExecStop= data after ExecStart= data

the service manager serializes ExecStop= execution data after
ExecStart=, like it makes sense and how it should be expected. However,
systemctl previously would reverse them when deserializing them locally,
and thus show ExecStop= results before ExecStart= results. And that's
confusing. Let's fix that.
src/systemctl/systemctl.c