]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/execute.h
core: add new UnsetEnvironment= setting for unit files
[thirdparty/systemd.git] / src / core / execute.h
index 8a7ce8449b9bf761f2e537a7548165ea91a4b5ed..f7c20dbcb3b513f44b5eb96db96356ec875c1256 100644 (file)
@@ -133,6 +133,7 @@ struct ExecContext {
         char **environment;
         char **environment_files;
         char **pass_environment;
+        char **unset_environment;
 
         struct rlimit *rlimit[_RLIMIT_MAX];
         char *working_directory, *root_directory, *root_image;