system
The system section of a VCFG is dedicated to advanced settings effecting the app’s runtime.
Summary
| SECTION | system |
| PATH | system |
| PARENT | VCFG |
| FIELDS | cpus |
| dns | |
| hostname | |
| max-fds | |
| ntp | |
| output-mode | |
| kernel-args | |
| filesystem | |
| user | |
| terminate-wait |
Example
[system]
dns = ["1.1.1.1", "1.0.0.1"]
hostname = "myapp"
max-fds = 1024
ntp = ["0.au.pool.ntp.org", "1.au.pool.ntp.org"]
output-mode = "standard"
filesystem = "ext2"
user = "vorteil"
terminate-wait = 3000