mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
doc update
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
jc changelog
|
jc changelog
|
||||||
|
|
||||||
20220601 v1.20.1 (in progress)
|
20220601 v1.20.1 (in progress)
|
||||||
|
- Add `postconf -M` parser tested on linux
|
||||||
- Fix `id` parser for cases where the user or group name is not present
|
- Fix `id` parser for cases where the user or group name is not present
|
||||||
|
|
||||||
20220531 v1.20.0
|
20220531 v1.20.0
|
||||||
|
@ -17,12 +17,22 @@ Schema:
|
|||||||
|
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"postconf": string,
|
"service_name": string,
|
||||||
"bar": boolean,
|
"service_type": string,
|
||||||
"baz": integer
|
"private": boolean/null, # [0]
|
||||||
|
"unprivileged": boolean/null, # [0]
|
||||||
|
"chroot": boolean/null, # [0]
|
||||||
|
"wake_up_time": integer, # [1]
|
||||||
|
"no_wake_up_before_first_use": boolean/null, # [2]
|
||||||
|
"process_limit": integer,
|
||||||
|
"command": string
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[0] '-' converted to null/None
|
||||||
|
[1] '-' converted to -1
|
||||||
|
[2] null/None if `wake_up_time` is null/None
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ postconf | jc --postconf -p
|
$ postconf | jc --postconf -p
|
||||||
|
Reference in New Issue
Block a user