1 digraph "g" {
2"group_1_running_0" [ style=bold color="green" fontcolor="orange" ]
3"group_1_start_0" -> "group_1_running_0" [ style = bold]
4"group_1_start_0" -> "postfix_9_start_0 paul" [ style = bold]
5"group_1_start_0" [ style=bold color="green" fontcolor="orange" ]
6"group_1_stop_0" -> "group_1_stopped_0" [ style = bold]
7"group_1_stop_0" -> "postfix_9_stop_0 paul" [ style = bold]
8"group_1_stop_0" [ style=bold color="green" fontcolor="orange" ]
9"group_1_stopped_0" -> "group_1_start_0" [ style = bold]
10"group_1_stopped_0" [ style=bold color="green" fontcolor="orange" ]
11"postfix_9_monitor_120000 paul" [ style=bold color="green" fontcolor="black" ]
12"postfix_9_start_0 paul" -> "group_1_running_0" [ style = bold]
13"postfix_9_start_0 paul" -> "postfix_9_monitor_120000 paul" [ style = bold]
14"postfix_9_start_0 paul" [ style=bold color="green" fontcolor="black" ]
15"postfix_9_stop_0 paul" -> "group_1_stopped_0" [ style = bold]
16"postfix_9_stop_0 paul" -> "postfix_9_start_0 paul" [ style = bold]
17"postfix_9_stop_0 paul" [ style=bold color="green" fontcolor="black" ]
18}
19