Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
    ],
   },
  ),
  body: With(
   With {
    expression: Identifier(
     Identifier {
      id: "lib",
      span: Span {
       start: Position {
        line: 3,
        column: 6,
       },
       end: Position {
        line: 3,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfg",
            span: Span {
             start: Position {
              line: 6,
              column: 3,
             },
             end: Position {
              line: 6,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 6,
               column: 9,
              },
              end: Position {
               line: 6,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 6,
                column: 16,
               },
               end: Position {
                line: 6,
                column: 24,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "rethinkdb",
              span: Span {
               start: Position {
                line: 6,
                column: 25,
               },
               end: Position {
                line: 6,
                column: 34,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "rethinkdb",
            span: Span {
             start: Position {
              line: 7,
              column: 3,
             },
             end: Position {
              line: 7,
              column: 12,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "cfg",
             span: Span {
              start: Position {
               line: 7,
               column: 15,
              },
              end: Position {
               line: 7,
               column: 18,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "package",
              span: Span {
               start: Position {
                line: 7,
                column: 19,
               },
               end: Position {
                line: 7,
                column: 26,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 14,
                column: 3,
               },
               end: Position {
                line: 14,
                column: 10,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "services",
                   span: Span {
                    start: Position {
                     line: 16,
                     column: 5,
                    },
                    end: Position {
                     line: 16,
                     column: 13,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "rethinkdb",
                   span: Span {
                    start: Position {
                     line: 16,
                     column: 14,
                    },
                    end: Position {
                     line: 16,
                     column: 23,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "enable",
                        span: Span {
                         start: Position {
                          line: 18,
                          column: 7,
                         },
                         end: Position {
                          line: 18,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkEnableOption",
                         span: Span {
                          start: Position {
                           line: 18,
                           column: 16,
                          },
                          end: Position {
                           line: 18,
                           column: 30,
                          },
                         },
                        },
                       ),
                       arguments: [
                        FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 18,
                                column: 32,
                               },
                               end: Position {
                                line: 18,
                                column: 35,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 18,
                                 column: 36,
                                },
                                end: Position {
                                 line: 18,
                                 column: 41,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "RethinkDB server",
                                span: Span {
                                 start: Position {
                                  line: 18,
                                  column: 43,
                                 },
                                 end: Position {
                                  line: 18,
                                  column: 59,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 18,
                               column: 42,
                              },
                              end: Position {
                               line: 18,
                               column: 60,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "user",
                        span: Span {
                         start: Position {
                          line: 25,
                          column: 7,
                         },
                         end: Position {
                          line: 25,
                          column: 11,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 25,
                           column: 14,
                          },
                          end: Position {
                           line: 25,
                           column: 22,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 26,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 26,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "rethinkdb",
                                  span: Span {
                                   start: Position {
                                    line: 26,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 26,
                                    column: 29,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 26,
                                 column: 19,
                                },
                                end: Position {
                                 line: 26,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 27,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 27,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 27,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 27,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 27,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 27,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "User account under which RethinkDB runs.",
                                     span: Span {
                                      start: Position {
                                       line: 27,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 27,
                                       column: 74,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 27,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 27,
                                    column: 75,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 25,
                            column: 23,
                           },
                           end: Position {
                            line: 28,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "group",
                        span: Span {
                         start: Position {
                          line: 30,
                          column: 7,
                         },
                         end: Position {
                          line: 30,
                          column: 12,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 30,
                           column: 15,
                          },
                          end: Position {
                           line: 30,
                           column: 23,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 31,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 31,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "rethinkdb",
                                  span: Span {
                                   start: Position {
                                    line: 31,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 31,
                                    column: 29,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 31,
                                 column: 19,
                                },
                                end: Position {
                                 line: 31,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 32,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 32,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 32,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 32,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 32,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 32,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Group which rethinkdb user belongs to.",
                                     span: Span {
                                      start: Position {
                                       line: 32,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 32,
                                       column: 72,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 32,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 32,
                                    column: 73,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 30,
                            column: 24,
                           },
                           end: Position {
                            line: 33,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "dbpath",
                        span: Span {
                         start: Position {
                          line: 35,
                          column: 7,
                         },
                         end: Position {
                          line: 35,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 35,
                           column: 16,
                          },
                          end: Position {
                           line: 35,
                           column: 24,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 36,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 36,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "/var/db/rethinkdb",
                                  span: Span {
                                   start: Position {
                                    line: 36,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 36,
                                    column: 37,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 36,
                                 column: 19,
                                },
                                end: Position {
                                 line: 36,
                                 column: 38,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 37,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 37,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 37,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 37,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 37,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 37,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Location where RethinkDB stores its data, 1 data directory per instance.",
                                     span: Span {
                                      start: Position {
                                       line: 37,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 37,
                                       column: 106,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 37,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 37,
                                    column: 107,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 35,
                            column: 25,
                           },
                           end: Position {
                            line: 38,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "pidpath",
                        span: Span {
                         start: Position {
                          line: 40,
                          column: 7,
                         },
                         end: Position {
                          line: 40,
                          column: 14,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 40,
                           column: 17,
                          },
                          end: Position {
                           line: 40,
                           column: 25,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 41,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 41,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "/run/rethinkdb",
                                  span: Span {
                                   start: Position {
                                    line: 41,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 41,
                                    column: 34,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 41,
                                 column: 19,
                                },
                                end: Position {
                                 line: 41,
                                 column: 35,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 42,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 42,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 42,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 42,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 42,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 42,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Location where each instance's pid file is located.",
                                     span: Span {
                                      start: Position {
                                       line: 42,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 42,
                                       column: 85,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 42,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 42,
                                    column: 86,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 40,
                            column: 26,
                           },
                           end: Position {
                            line: 43,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 16,
                    column: 26,
                   },
                   end: Position {
                    line: 57,
                    column: 6,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 14,
               column: 13,
              },
              end: Position {
               line: 59,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 62,
                column: 3,
               },
               end: Position {
                line: 62,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 62,
                 column: 12,
                },
                end: Position {
                 line: 62,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "config",
                  span: Span {
                   start: Position {
                    line: 62,
                    column: 17,
                   },
                   end: Position {
                    line: 62,
                    column: 23,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "services",
                   span: Span {
                    start: Position {
                     line: 62,
                     column: 24,
                    },
                    end: Position {
                     line: 62,
                     column: 32,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "rethinkdb",
                   span: Span {
                    start: Position {
                     line: 62,
                     column: 33,
                    },
                    end: Position {
                     line: 62,
                     column: 42,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 62,
                     column: 43,
                    },
                    end: Position {
                     line: 62,
                     column: 49,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 64,
                        column: 5,
                       },
                       end: Position {
                        line: 64,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "systemPackages",
                      span: Span {
                       start: Position {
                        line: 64,
                        column: 17,
                       },
                       end: Position {
                        line: 64,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      Identifier(
                       Identifier {
                        id: "rethinkdb",
                        span: Span {
                         start: Position {
                          line: 64,
                          column: 36,
                         },
                         end: Position {
                          line: 64,
                          column: 45,
                         },
                        },
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 64,
                       column: 34,
                      },
                      end: Position {
                       line: 64,
                       column: 47,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 66,
                        column: 5,
                       },
                       end: Position {
                        line: 66,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 66,
                        column: 13,
                       },
                       end: Position {
                        line: 66,
                        column: 21,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "rethinkdb",
                      span: Span {
                       start: Position {
                        line: 66,
                        column: 22,
                       },
                       end: Position {
                        line: 66,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 67,
                             column: 7,
                            },
                            end: Position {
                             line: 67,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "RethinkDB server",
                             span: Span {
                              start: Position {
                               line: 67,
                               column: 22,
                              },
                              end: Position {
                               line: 67,
                               column: 38,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 67,
                            column: 21,
                           },
                           end: Position {
                            line: 67,
                            column: 39,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "wantedBy",
                           span: Span {
                            start: Position {
                             line: 69,
                             column: 7,
                            },
                            end: Position {
                             line: 69,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "multi-user.target",
                                span: Span {
                                 start: Position {
                                  line: 69,
                                  column: 21,
                                 },
                                 end: Position {
                                  line: 69,
                                  column: 38,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 69,
                               column: 20,
                              },
                              end: Position {
                               line: 69,
                               column: 39,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 69,
                            column: 18,
                           },
                           end: Position {
                            line: 69,
                            column: 41,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "after",
                           span: Span {
                            start: Position {
                             line: 70,
                             column: 7,
                            },
                            end: Position {
                             line: 70,
                             column: 12,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "network.target",
                                span: Span {
                                 start: Position {
                                  line: 70,
                                  column: 18,
                                 },
                                 end: Position {
                                  line: 70,
                                  column: 32,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 70,
                               column: 17,
                              },
                              end: Position {
                               line: 70,
                               column: 33,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 70,
                            column: 15,
                           },
                           end: Position {
                            line: 70,
                            column: 35,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "serviceConfig",
                           span: Span {
                            start: Position {
                             line: 72,
                             column: 7,
                            },
                            end: Position {
                             line: 72,
                             column: 20,
                            },
                           },
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "ExecStart",
                                span: Span {
                                 start: Position {
                                  line: 76,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 76,
                                  column: 18,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Interpolation(
                                 PartInterpolation {
                                  expression: Identifier(
                                   Identifier {
                                    id: "rethinkdb",
                                    span: Span {
                                     start: Position {
                                      line: 76,
                                      column: 24,
                                     },
                                     end: Position {
                                      line: 76,
                                      column: 33,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "/bin/rethinkdb -d ",
                                  span: Span {
                                   start: Position {
                                    line: 76,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 76,
                                    column: 52,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "cfg",
                                      span: Span {
                                       start: Position {
                                        line: 76,
                                        column: 54,
                                       },
                                       end: Position {
                                        line: 76,
                                        column: 57,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "dbpath",
                                       span: Span {
                                        start: Position {
                                         line: 76,
                                         column: 58,
                                        },
                                        end: Position {
                                         line: 76,
                                         column: 64,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "/default",
                                  span: Span {
                                   start: Position {
                                    line: 76,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 76,
                                    column: 73,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 76,
                                 column: 21,
                                },
                                end: Position {
                                 line: 76,
                                 column: 74,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "ExecReload",
                                span: Span {
                                 start: Position {
                                  line: 77,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 77,
                                  column: 19,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "pkgs",
                                      span: Span {
                                       start: Position {
                                        line: 77,
                                        column: 25,
                                       },
                                       end: Position {
                                        line: 77,
                                        column: 29,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "coreutils",
                                       span: Span {
                                        start: Position {
                                         line: 77,
                                         column: 30,
                                        },
                                        end: Position {
                                         line: 77,
                                         column: 39,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "/bin/kill -HUP $MAINPID",
                                  span: Span {
                                   start: Position {
                                    line: 77,
                                    column: 23,
                                   },
                                   end: Position {
                                    line: 77,
                                    column: 63,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 77,
                                 column: 22,
                                },
                                end: Position {
                                 line: 77,
                                 column: 64,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "User",
                                span: Span {
                                 start: Position {
                                  line: 78,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 78,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 78,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 78,
                                   column: 19,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "user",
                                  span: Span {
                                   start: Position {
                                    line: 78,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 78,
                                    column: 24,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "Group",
                                span: Span {
                                 start: Position {
                                  line: 79,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 79,
                                  column: 14,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 79,
                                   column: 17,
                                  },
                                  end: Position {
                                   line: 79,
                                   column: 20,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "group",
                                  span: Span {
                                   start: Position {
                                    line: 79,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 79,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "PIDFile",
                                span: Span {
                                 start: Position {
                                  line: 80,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 80,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "cfg",
                                      span: Span {
                                       start: Position {
                                        line: 80,
                                        column: 22,
                                       },
                                       end: Position {
                                        line: 80,
                                        column: 25,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "pidpath",
                                       span: Span {
                                        start: Position {
                                         line: 80,
                                         column: 26,
                                        },
                                        end: Position {
                                         line: 80,
                                         column: 33,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "/default.pid",
                                  span: Span {
                                   start: Position {
                                    line: 80,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 80,
                                    column: 46,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 80,
                                 column: 19,
                                },
                                end: Position {
                                 line: 80,
                                 column: 47,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "PermissionsStartOnly",
                                span: Span {
                                 start: Position {
                                  line: 81,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 81,
                                  column: 29,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 81,
                                 column: 32,
                                },
                                end: Position {
                                 line: 81,
                                 column: 36,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 72,
                            column: 23,
                           },
                           end: Position {
                            line: 82,
                            column: 8,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "preStart",
                           span: Span {
                            start: Position {
                             line: 84,
                             column: 7,
                            },
                            end: Position {
                             line: 84,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        to: IndentedString(
                         IndentedString {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "if ! test -e ",
                             span: Span {
                              start: Position {
                               line: 85,
                               column: 1,
                              },
                              end: Position {
                               line: 85,
                               column: 22,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 85,
                                   column: 24,
                                  },
                                  end: Position {
                                   line: 85,
                                   column: 27,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "dbpath",
                                  span: Span {
                                   start: Position {
                                    line: 85,
                                    column: 28,
                                   },
                                   end: Position {
                                    line: 85,
                                    column: 34,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "; then\n    install -d -m0755 -o ",
                             span: Span {
                              start: Position {
                               line: 85,
                               column: 1,
                              },
                              end: Position {
                               line: 86,
                               column: 34,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 86,
                                   column: 36,
                                  },
                                  end: Position {
                                   line: 86,
                                   column: 39,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "user",
                                  span: Span {
                                   start: Position {
                                    line: 86,
                                    column: 40,
                                   },
                                   end: Position {
                                    line: 86,
                                    column: 44,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: " -g ",
                             span: Span {
                              start: Position {
                               line: 85,
                               column: 1,
                              },
                              end: Position {
                               line: 86,
                               column: 49,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 86,
                                   column: 51,
                                  },
                                  end: Position {
                                   line: 86,
                                   column: 54,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "group",
                                  span: Span {
                                   start: Position {
                                    line: 86,
                                    column: 55,
                                   },
                                   end: Position {
                                    line: 86,
                                    column: 60,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: " ",
                             span: Span {
                              start: Position {
                               line: 85,
                               column: 1,
                              },
                              end: Position {
                               line: 86,
                               column: 62,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 86,
                                   column: 64,
                                  },
                                  end: Position {
                                   line: 86,
                                   column: 67,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "dbpath",
                                  span: Span {
                                   start: Position {
                                    line: 86,
                                    column: 68,
                                   },
                                   end: Position {
                                    line: 86,
                                    column: 74,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "\n    install -d -m0755 -o ",
                             span: Span {
                              start: Position {
                               line: 85,
                               column: 1,
                              },
                              end: Position {
                               line: 87,
                               column: 34,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 87,
                                   column: 36,
                                  },
                                  end: Position {
                                   line: 87,
                                   column: 39,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "user",
                                  span: Span {
                                   start: Position {
                                    line: 87,
                                    column: 40,
                                   },
                                   end: Position {
                                    line: 87,
                                    column: 44,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: " -g ",
                             span: Span {
                              start: Position {
                               line: 85,
                               column: 1,
                              },
                              end: Position {
                               line: 87,
                               column: 49,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 87,
                                   column: 51,
                                  },
                                  end: Position {
                                   line: 87,
                                   column: 54,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "group",
                                  span: Span {
                                   start: Position {
                                    line: 87,
                                    column: 55,
                                   },
                                   end: Position {
                                    line: 87,
                                    column: 60,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: " ",
                             span: Span {
                              start: Position {
                               line: 85,
                               column: 1,
                              },
                              end: Position {
                               line: 87,
                               column: 62,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 87,
                                   column: 64,
                                  },
                                  end: Position {
                                   line: 87,
                                   column: 67,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "dbpath",
                                  span: Span {
                                   start: Position {
                                    line: 87,
                                    column: 68,
                                   },
                                   end: Position {
                                    line: 87,
                                    column: 74,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "/default\n    chown -R ",
                             span: Span {
                              start: Position {
                               line: 85,
                               column: 1,
                              },
                              end: Position {
                               line: 88,
                               column: 22,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 88,
                                   column: 24,
                                  },
                                  end: Position {
                                   line: 88,
                                   column: 27,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "user",
                                  span: Span {
                                   start: Position {
                                    line: 88,
                                    column: 28,
                                   },
                                   end: Position {
                                    line: 88,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: ":",
                             span: Span {
                              start: Position {
                               line: 85,
                               column: 1,
                              },
                              end: Position {
                               line: 88,
                               column: 34,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 88,
                                   column: 36,
                                  },
                                  end: Position {
                                   line: 88,
                                   column: 39,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "group",
                                  span: Span {
                                   start: Position {
                                    line: 88,
                                    column: 40,
                                   },
                                   end: Position {
                                    line: 88,
                                    column: 45,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: " ",
                             span: Span {
                              start: Position {
                               line: 85,
                               column: 1,
                              },
                              end: Position {
                               line: 88,
                               column: 47,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 88,
                                   column: 49,
                                  },
                                  end: Position {
                                   line: 88,
                                   column: 52,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "dbpath",
                                  span: Span {
                                   start: Position {
                                    line: 88,
                                    column: 53,
                                   },
                                   end: Position {
                                    line: 88,
                                    column: 59,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "\nfi\nif ! test -e \"",
                             span: Span {
                              start: Position {
                               line: 85,
                               column: 1,
                              },
                              end: Position {
                               line: 90,
                               column: 23,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 90,
                                   column: 25,
                                  },
                                  end: Position {
                                   line: 90,
                                   column: 28,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "pidpath",
                                  span: Span {
                                   start: Position {
                                    line: 90,
                                    column: 29,
                                   },
                                   end: Position {
                                    line: 90,
                                    column: 36,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "/default.pid\"; then\n    install -D -o ",
                             span: Span {
                              start: Position {
                               line: 85,
                               column: 1,
                              },
                              end: Position {
                               line: 91,
                               column: 27,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 91,
                                   column: 29,
                                  },
                                  end: Position {
                                   line: 91,
                                   column: 32,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "user",
                                  span: Span {
                                   start: Position {
                                    line: 91,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 91,
                                    column: 37,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: " -g ",
                             span: Span {
                              start: Position {
                               line: 85,
                               column: 1,
                              },
                              end: Position {
                               line: 91,
                               column: 42,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 91,
                                   column: 44,
                                  },
                                  end: Position {
                                   line: 91,
                                   column: 47,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "group",
                                  span: Span {
                                   start: Position {
                                    line: 91,
                                    column: 48,
                                   },
                                   end: Position {
                                    line: 91,
                                    column: 53,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: " /dev/null \"",
                             span: Span {
                              start: Position {
                               line: 85,
                               column: 1,
                              },
                              end: Position {
                               line: 91,
                               column: 66,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 91,
                                   column: 68,
                                  },
                                  end: Position {
                                   line: 91,
                                   column: 71,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "pidpath",
                                  span: Span {
                                   start: Position {
                                    line: 91,
                                    column: 72,
                                   },
                                   end: Position {
                                    line: 91,
                                    column: 79,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "/default.pid\"\nfi\n",
                             span: Span {
                              start: Position {
                               line: 85,
                               column: 1,
                              },
                              end: Position {
                               line: 93,
                               column: 7,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 84,
                            column: 18,
                           },
                           end: Position {
                            line: 93,
                            column: 9,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 66,
                       column: 34,
                      },
                      end: Position {
                       line: 94,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 96,
                        column: 5,
                       },
                       end: Position {
                        line: 96,
                        column: 10,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 96,
                        column: 11,
                       },
                       end: Position {
                        line: 96,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "rethinkdb",
                      span: Span {
                       start: Position {
                        line: 96,
                        column: 17,
                       },
                       end: Position {
                        line: 96,
                        column: 26,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkIf",
                       span: Span {
                        start: Position {
                         line: 96,
                         column: 29,
                        },
                        end: Position {
                         line: 96,
                         column: 33,
                        },
                       },
                      },
                     ),
                     arguments: [
                      BinaryOperation(
                       BinaryOperation {
                        left: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 96,
                              column: 35,
                             },
                             end: Position {
                              line: 96,
                              column: 38,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "user",
                             span: Span {
                              start: Position {
                               line: 96,
                               column: 39,
                              },
                              end: Position {
                               line: 96,
                               column: 43,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        operator: EqualTo,
                        right: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "rethinkdb",
                             span: Span {
                              start: Position {
                               line: 96,
                               column: 48,
                              },
                              end: Position {
                               line: 96,
                               column: 57,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 96,
                            column: 47,
                           },
                           end: Position {
                            line: 96,
                            column: 58,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "name",
                              span: Span {
                               start: Position {
                                line: 97,
                                column: 9,
                               },
                               end: Position {
                                line: 97,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "rethinkdb",
                                span: Span {
                                 start: Position {
                                  line: 97,
                                  column: 17,
                                 },
                                 end: Position {
                                  line: 97,
                                  column: 26,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 97,
                               column: 16,
                              },
                              end: Position {
                               line: 97,
                               column: 27,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "description",
                              span: Span {
                               start: Position {
                                line: 98,
                                column: 9,
                               },
                               end: Position {
                                line: 98,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "RethinkDB server user",
                                span: Span {
                                 start: Position {
                                  line: 98,
                                  column: 24,
                                 },
                                 end: Position {
                                  line: 98,
                                  column: 45,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 98,
                               column: 23,
                              },
                              end: Position {
                               line: 98,
                               column: 46,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "isSystemUser",
                              span: Span {
                               start: Position {
                                line: 99,
                                column: 9,
                               },
                               end: Position {
                                line: 99,
                                column: 21,
                               },
                              },
                             },
                            ),
                           ],
                           to: Identifier(
                            Identifier {
                             id: "true",
                             span: Span {
                              start: Position {
                               line: 99,
                               column: 24,
                              },
                              end: Position {
                               line: 99,
                               column: 28,
                              },
                             },
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 97,
                          column: 7,
                         },
                         end: Position {
                          line: 100,
                          column: 8,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 102,
                        column: 5,
                       },
                       end: Position {
                        line: 102,
                        column: 10,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "groups",
                      span: Span {
                       start: Position {
                        line: 102,
                        column: 11,
                       },
                       end: Position {
                        line: 102,
                        column: 17,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "optionalAttrs",
                       span: Span {
                        start: Position {
                         line: 102,
                         column: 20,
                        },
                        end: Position {
                         line: 102,
                         column: 33,
                        },
                       },
                      },
                     ),
                     arguments: [
                      BinaryOperation(
                       BinaryOperation {
                        left: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 102,
                              column: 35,
                             },
                             end: Position {
                              line: 102,
                              column: 38,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "group",
                             span: Span {
                              start: Position {
                               line: 102,
                               column: 39,
                              },
                              end: Position {
                               line: 102,
                               column: 44,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        operator: EqualTo,
                        right: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "rethinkdb",
                             span: Span {
                              start: Position {
                               line: 102,
                               column: 49,
                              },
                              end: Position {
                               line: 102,
                               column: 58,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 102,
                            column: 48,
                           },
                           end: Position {
                            line: 102,
                            column: 59,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "singleton",
                          span: Span {
                           start: Position {
                            line: 102,
                            column: 62,
                           },
                           end: Position {
                            line: 102,
                            column: 71,
                           },
                          },
                         },
                        ),
                        arguments: [
                         Map(
                          Map {
                           recursive: false,
                           bindings: [
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "name",
                                 span: Span {
                                  start: Position {
                                   line: 103,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 103,
                                   column: 13,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "rethinkdb",
                                   span: Span {
                                    start: Position {
                                     line: 103,
                                     column: 17,
                                    },
                                    end: Position {
                                     line: 103,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 103,
                                  column: 16,
                                 },
                                 end: Position {
                                  line: 103,
                                  column: 27,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 103,
                             column: 7,
                            },
                            end: Position {
                             line: 104,
                             column: 8,
                            },
                           },
                          },
                         ),
                        ],
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 62,
                  column: 50,
                 },
                 end: Position {
                  line: 106,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 10,
          column: 1,
         },
         end: Position {
          line: 108,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 5,
        column: 1,
       },
       end: Position {
        line: 108,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 108,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 108,
    column: 2,
   },
  },
 },
)