...
The file default.conf contains the installed default values for Desktop properties and JVM arguments. Though it is possible to edit this file, it is recommended that you add set custom default in in client.conf
, since the contents may be overwritten by at by at any time.
Code Block |
---|
config { jvmargs { . . . } properties { . . . } } |
...
Code Block | ||||
---|---|---|---|---|
| ||||
common { config { name=common } #properties } |
...
...
standard.conf
...
...
<service> {
config {
#properties...
}
start-after=[service1,...,service n]
template="1/standard/basic"
}
standard.conf
The file standard.conf
contains predefined service definitions that are required by the system. You can override the properties in this file by updating custom.conf
.
...
Though it is possible to edit these files, it is recommended that you add custom templates in separate files and subdirectories, since the contents in mz
may be overwritten by at by at any time.
Info | |||||||
---|---|---|---|---|---|---|---|
| |||||||
|
...
Excerpt | |||||||
---|---|---|---|---|---|---|---|
|
You can set the attributes of the pico process directly and/or inherit the attributes of a template. Attributes that are set directly will override those that are inherited from a template.
...
Info | |||||||
---|---|---|---|---|---|---|---|
| |||||||
|
...