]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: add ExecXYZEx= bus hook ups to all exec command properties
authorAnita Zhang <the.anitazha@gmail.com>
Wed, 21 Aug 2019 00:39:38 +0000 (17:39 -0700)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 17 Sep 2019 15:48:44 +0000 (15:48 +0000)
commit898fc00e794d714e2f01409bef440d910c22502a
tree2700355dbf27ac2471acce8d66754f0e80c7ce2f
parent8813a8c332ff956c41b82ef1e2792495ebf924d5
core: add ExecXYZEx= bus hook ups to all exec command properties

The "Ex" variant was originally only added for ExecStartXYZ= but it makes
sense to have feature parity for the rest of the exec command properties
as well (e.g. ExecReload=, ExecStop=, etc).
src/core/dbus-service.c
src/core/service.c
src/shared/bus-unit-util.c
src/systemctl/systemctl.c
test/TEST-40-EXEC-COMMAND-EX/Makefile [new file with mode: 0644]
test/TEST-40-EXEC-COMMAND-EX/test.sh [new file with mode: 0755]
test/TEST-40-EXEC-COMMAND-EX/testsuite.sh [new file with mode: 0755]