From: Lennart Poettering Date: Wed, 5 May 2021 12:13:40 +0000 (+0200) Subject: nspawn: fix the sections .nspawn settings are placed in X-Git-Tag: v249-rc1~282 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db1ce3ea1a59b3af5ff2029e4514c7e82f5b94d3;p=thirdparty%2Fsystemd.git nspawn: fix the sections .nspawn settings are placed in The actual section names are quite different from what the comment so far suggested. Fix that. --- diff --git a/src/nspawn/nspawn-settings.h b/src/nspawn/nspawn-settings.h index d0c708a8a08..a5e6dbead5a 100644 --- a/src/nspawn/nspawn-settings.h +++ b/src/nspawn/nspawn-settings.h @@ -149,7 +149,7 @@ typedef struct OciHook { } OciHook; typedef struct Settings { - /* [Run] */ + /* [Exec] */ StartMode start_mode; bool ephemeral; char **parameters; @@ -180,7 +180,7 @@ typedef struct Settings { bool link_journal_try; TimezoneMode timezone; - /* [Image] */ + /* [Files] */ int read_only; VolatileMode volatile_mode; CustomMount *custom_mounts;