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.
This commit is contained in:
Lennart Poettering
2021-05-05 14:13:40 +02:00
committed by Yu Watanabe
parent 5b235f0df5
commit db1ce3ea1a

View File

@@ -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;