16 lines
312 B
Plaintext
16 lines
312 B
Plaintext
@startuml
|
|
participant init
|
|
participant Service
|
|
participant "Service Started" as C
|
|
participant "Command" as D
|
|
|
|
init -> Service: +ueventd
|
|
Service -> C: ueventd started
|
|
|
|
init -> Service: +apexd-bootstrap
|
|
Service -> C: apexd-bootstrap started
|
|
|
|
init -> D !!: 'mkdir /acct/uid'
|
|
init -> D: update_linker_config
|
|
@enduml
|