]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: reinstate propagation of stop/restart jobs via RequsiteOf dependencies
authorLennart Poettering <lennart@poettering.net>
Tue, 19 May 2015 15:40:50 +0000 (17:40 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 19 May 2015 15:48:12 +0000 (17:48 +0200)
commitce74e76920dca603a12ef4bf605567965e9e7e45
treeb2c3598b864eb44dbef7f4896d02639b1e4ae2f0
parent55ede093a541eb94a24e6d643485f1a090e938f6
core: reinstate propagation of stop/restart jobs via RequsiteOf dependencies

This reverts the primary effect of be7d9ff730cb88d7c6a869dd5c47754c78ceaef2.

After all Requisite= should be close to Requires=, without the one
exception that it doesn't pull in dependencies on start. However,
reverse deps on stop/restart should be treated the same way as for
Restart=, and this is already documented in the man page, hence stick to
it.

http://lists.freedesktop.org/archives/systemd-devel/2015-May/032049.html
src/core/transaction.c