-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.toml
More file actions
90 lines (78 loc) · 1.63 KB
/
Copy pathindex.toml
File metadata and controls
90 lines (78 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
[core.service]
dir = "core"
fs = "initfs"
description = "mochiOS core service"
autostart = true
order = 0
[capability.service]
dir = "capability"
fs = "rootfs"
description = "mochiOS capability and delegation service"
autostart = false
order = 1
[drivers.service]
dir = "drivers"
fs = "rootfs"
description = "mochiOS driver manager service"
autostart = false
order = 2
[input.service]
dir = "input"
fs = "rootfs"
description = "mochiOS input event service"
autostart = false
order = 3
[package.service]
dir = "package"
fs = "rootfs"
description = "mochiOS package installation service"
autostart = false
order = 4
[network.service]
dir = "network"
fs = "rootfs"
description = "mochiOS IPv4 network service"
autostart = false
order = 8
[signature.service]
dir = "signature"
fs = "rootfs"
description = "mochiOS package signature verification service"
autostart = false
order = 5
[tty.service]
dir = "tty"
fs = "rootfs"
description = "mochiOS tty service"
autostart = false
order = 6
[service-manager.service]
dir = "service-manager"
fs = "rootfs"
description = "mochiOS fixed service orchestration service"
autostart = false
order = 7
[update.service]
dir = "update"
fs = "rootfs"
description = "mochiOS Developer PKI synchronization service"
autostart = false
order = 9
[user.service]
dir = "user"
fs = "rootfs"
description = "mochiOS user database service"
autostart = false
order = 10
[secure-ui.service]
dir = "secure-ui"
fs = "rootfs"
description = "mochiOS trusted login and authorization UI service"
autostart = false
order = 11
[linux.service]
dir = "linux"
fs = "rootfs"
description = "mochiOS Linux GUI bridge service"
autostart = false
order = 12