]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/execute.h
execute: also control the SYSTEMD_NSS_BYPASS_BUS through an ExecFlags field
authorLennart Poettering <lennart@poettering.net>
Tue, 1 Aug 2017 08:43:04 +0000 (10:43 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 10 Aug 2017 13:02:49 +0000 (15:02 +0200)
commitac6479781e0ceae33d32f3040dbbaea797884089
tree8cfcba673d75eb92c975d1855c98fadecddaefe8
parent5bf7569cf885b0af940f5c3945b3f7cb13bd666f
execute: also control the SYSTEMD_NSS_BYPASS_BUS through an ExecFlags field

Also, correct the logic while we are at it: the variable is only
required for system services, not user services.
src/core/execute.c
src/core/execute.h
src/core/service.c