mirror of
https://github.com/systemd/systemd.git
synced 2026-08-05 07:30:30 +00:00
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:
committed by
Yu Watanabe
parent
5b235f0df5
commit
db1ce3ea1a
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user