mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
18 lines
161 B
INI
18 lines
161 B
INI
; Generates a normal process tree
|
|
; Tree is of the form:
|
|
; main
|
|
; \_ c1
|
|
; \_ c2
|
|
|
|
[main]
|
|
children=c1,c2
|
|
maxtime=10
|
|
|
|
[c1]
|
|
children=c2
|
|
maxtime=5
|
|
|
|
[c2]
|
|
maxtime=5
|
|
|