]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/service.c
core: disable the effect of Restart= if there's a stop job pending for a service...
authorLennart Poettering <lennart@poettering.net>
Sat, 26 Aug 2017 13:07:23 +0000 (15:07 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 26 Aug 2017 13:07:23 +0000 (22:07 +0900)
commit0f52f8e552f869269f02f0359c2d1019cc39f15a
tree7fa9fbd92f11c60e7521398e5ae2a17078e88d32
parent9b9c30ec75f872bd05ed7ffd3ce3ba61ca3fac52
core: disable the effect of Restart= if there's a stop job pending for a service (#6581)

We shouldn't undo the job already enqueued, under any circumstances.

Fixes: #6504
src/core/service.c