-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Jailmaker uses the python configparser library to parse the config file. It supports reading config values across multiple lines. See the Multiline Values example. I haven't tried it myself but I suppose you can span the |
Beta Was this translation helpful? Give feedback.
-
it is confirmed
becomes
|
Beta Was this translation helpful? Give feedback.
Jailmaker uses the python configparser library to parse the config file. It supports reading config values across multiple lines. See the Multiline Values example.
I haven't tried it myself but I suppose you can span the
systemd_nspawn_user_args=
across multiple lines. You may need to add\
at the end of each line (except for the last line) to make it work. I'd say experiment a little and post your findings.