---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "pkgs",
    default: None,
   },
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
   FunctionArgument {
    identifier: "config",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (3, 6),
  },
  target: LetIn {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "cfg",
        position: (6, 3),
       },
      ],
     },
     PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (6, 9),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "services",
         position: (6, 16),
        },
        Raw {
         content: "mackerel-agent",
         position: (6, 25),
        },
       ],
      },
      default: None,
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "settingsFmt",
        position: (7, 3),
       },
      ],
     },
     FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "pkgs",
        position: (7, 17),
       },
       attribute_path: AttributePath {
        attributes: [
         Raw {
          content: "formats",
          position: (7, 22),
         },
         Raw {
          content: "toml",
          position: (7, 30),
         },
        ],
       },
       default: None,
      },
      arguments: [
       Map {
        bindings: [],
        recursive: false,
        position: (7, 35),
       },
      ],
     },
    ),
   ],
   target: Map {
    bindings: [
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "options",
         position: (9, 3),
        },
        Raw {
         content: "services",
         position: (9, 11),
        },
        Raw {
         content: "mackerel-agent",
         position: (9, 20),
        },
       ],
      },
      Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "enable",
            position: (10, 5),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "mkEnableOption",
           position: (10, 14),
          },
          arguments: [
           String {
            parts: [
             Raw {
              content: "mackerel.io agent",
              position: (10, 30),
             },
            ],
           },
          ],
         },
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "runAsRoot",
            position: (14, 5),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "mkEnableOption",
           position: (14, 17),
          },
          arguments: [
           String {
            parts: [
             Raw {
              content: "Whether to run as root.",
              position: (14, 33),
             },
            ],
           },
          ],
         },
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "autoRetirement",
            position: (16, 5),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "mkEnableOption",
           position: (16, 22),
          },
          arguments: [
           String {
            parts: [
             Raw {
              content: "Whether to automatically retire the host upon OS shutdown.\n",
              position: (17, 1),
             },
            ],
           },
          ],
         },
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "apiKeyFile",
            position: (20, 5),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (20, 18),
          },
          arguments: [
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "type",
                 position: (21, 7),
                },
               ],
              },
              PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (21, 14),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "path",
                  position: (21, 20),
                 },
                ],
               },
               default: None,
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "example",
                 position: (22, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "/run/keys/mackerel-api-key",
                 position: (22, 18),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (23, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "Path to file containing the Mackerel API key. The file should contain a\nsingle line of the following form:\n\n<literallayout>apikey = \"EXAMPLE_API_KEY\"</literallayout>\n",
                 position: (24, 1),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (20, 27),
           },
          ],
         },
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "settings",
            position: (31, 5),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (31, 16),
          },
          arguments: [
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (32, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "Options for mackerel-agent.conf.\n\nDocumentation:\n<link xlink:href=\"https://mackerel.io/docs/entry/spec/agent\"/>\n",
                 position: (33, 1),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "default",
                 position: (39, 7),
                },
               ],
              },
              Map {
               bindings: [],
               recursive: false,
               position: (39, 17),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "example",
                 position: (40, 7),
                },
               ],
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "verbose",
                    position: (41, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "false",
                  position: (41, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "silent",
                    position: (42, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "false",
                  position: (42, 18),
                 },
                ),
               ],
               recursive: false,
               position: (40, 17),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "type",
                 position: (45, 7),
                },
               ],
              },
              FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "types",
                 position: (45, 14),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "submodule",
                   position: (45, 20),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                Map {
                 bindings: [
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "freeformType",
                      position: (46, 9),
                     },
                    ],
                   },
                   PropertyAccess {
                    expression: Variable {
                     identifier: "settingsFmt",
                     position: (46, 24),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "type",
                       position: (46, 36),
                      },
                     ],
                    },
                    default: None,
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "options",
                      position: (48, 9),
                     },
                     Raw {
                      content: "host_status",
                      position: (48, 17),
                     },
                    ],
                   },
                   Map {
                    bindings: [
                     KeyValue(
                      AttributePath {
                       attributes: [
                        Raw {
                         content: "on_start",
                         position: (49, 11),
                        },
                       ],
                      },
                      FunctionApplication {
                       function: Variable {
                        identifier: "mkOption",
                        position: (49, 22),
                       },
                       arguments: [
                        Map {
                         bindings: [
                          KeyValue(
                           AttributePath {
                            attributes: [
                             Raw {
                              content: "type",
                              position: (50, 13),
                             },
                            ],
                           },
                           FunctionApplication {
                            function: PropertyAccess {
                             expression: Variable {
                              identifier: "types",
                              position: (50, 20),
                             },
                             attribute_path: AttributePath {
                              attributes: [
                               Raw {
                                content: "enum",
                                position: (50, 26),
                               },
                              ],
                             },
                             default: None,
                            },
                            arguments: [
                             List {
                              elements: [
                               String {
                                parts: [
                                 Raw {
                                  content: "working",
                                  position: (50, 34),
                                 },
                                ],
                               },
                               String {
                                parts: [
                                 Raw {
                                  content: "standby",
                                  position: (50, 44),
                                 },
                                ],
                               },
                               String {
                                parts: [
                                 Raw {
                                  content: "maintenance",
                                  position: (50, 54),
                                 },
                                ],
                               },
                               String {
                                parts: [
                                 Raw {
                                  content: "poweroff",
                                  position: (50, 68),
                                 },
                                ],
                               },
                              ],
                              position: (50, 31),
                             },
                            ],
                           },
                          ),
                          KeyValue(
                           AttributePath {
                            attributes: [
                             Raw {
                              content: "description",
                              position: (51, 13),
                             },
                            ],
                           },
                           String {
                            parts: [
                             Raw {
                              content: "Host status after agent startup.",
                              position: (51, 28),
                             },
                            ],
                           },
                          ),
                          KeyValue(
                           AttributePath {
                            attributes: [
                             Raw {
                              content: "default",
                              position: (52, 13),
                             },
                            ],
                           },
                           String {
                            parts: [
                             Raw {
                              content: "working",
                              position: (52, 24),
                             },
                            ],
                           },
                          ),
                         ],
                         recursive: false,
                         position: (49, 31),
                        },
                       ],
                      },
                     ),
                     KeyValue(
                      AttributePath {
                       attributes: [
                        Raw {
                         content: "on_stop",
                         position: (54, 11),
                        },
                       ],
                      },
                      FunctionApplication {
                       function: Variable {
                        identifier: "mkOption",
                        position: (54, 21),
                       },
                       arguments: [
                        Map {
                         bindings: [
                          KeyValue(
                           AttributePath {
                            attributes: [
                             Raw {
                              content: "type",
                              position: (55, 13),
                             },
                            ],
                           },
                           FunctionApplication {
                            function: PropertyAccess {
                             expression: Variable {
                              identifier: "types",
                              position: (55, 20),
                             },
                             attribute_path: AttributePath {
                              attributes: [
                               Raw {
                                content: "enum",
                                position: (55, 26),
                               },
                              ],
                             },
                             default: None,
                            },
                            arguments: [
                             List {
                              elements: [
                               String {
                                parts: [
                                 Raw {
                                  content: "working",
                                  position: (55, 34),
                                 },
                                ],
                               },
                               String {
                                parts: [
                                 Raw {
                                  content: "standby",
                                  position: (55, 44),
                                 },
                                ],
                               },
                               String {
                                parts: [
                                 Raw {
                                  content: "maintenance",
                                  position: (55, 54),
                                 },
                                ],
                               },
                               String {
                                parts: [
                                 Raw {
                                  content: "poweroff",
                                  position: (55, 68),
                                 },
                                ],
                               },
                              ],
                              position: (55, 31),
                             },
                            ],
                           },
                          ),
                          KeyValue(
                           AttributePath {
                            attributes: [
                             Raw {
                              content: "description",
                              position: (56, 13),
                             },
                            ],
                           },
                           String {
                            parts: [
                             Raw {
                              content: "Host status after agent shutdown.",
                              position: (56, 28),
                             },
                            ],
                           },
                          ),
                          KeyValue(
                           AttributePath {
                            attributes: [
                             Raw {
                              content: "default",
                              position: (57, 13),
                             },
                            ],
                           },
                           String {
                            parts: [
                             Raw {
                              content: "poweroff",
                              position: (57, 24),
                             },
                            ],
                           },
                          ),
                         ],
                         recursive: false,
                         position: (54, 30),
                        },
                       ],
                      },
                     ),
                    ],
                    recursive: false,
                    position: (48, 31),
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "options",
                      position: (61, 9),
                     },
                     Raw {
                      content: "diagnostic",
                      position: (61, 17),
                     },
                    ],
                   },
                   FunctionApplication {
                    function: Variable {
                     identifier: "mkEnableOption",
                     position: (62, 11),
                    },
                    arguments: [
                     String {
                      parts: [
                       Raw {
                        content: "Collect memory usage for the agent itself",
                        position: (62, 27),
                       },
                      ],
                     },
                    ],
                   },
                  ),
                 ],
                 recursive: false,
                 position: (45, 30),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (31, 25),
           },
          ],
         },
        ),
       ],
       recursive: false,
       position: (9, 37),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "config",
         position: (67, 3),
        },
       ],
      },
      FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (67, 12),
       },
       arguments: [
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (67, 17),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "enable",
            position: (67, 21),
           },
          ],
         },
         default: None,
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "environment",
              position: (68, 5),
             },
             Raw {
              content: "systemPackages",
              position: (68, 17),
             },
            ],
           },
           With {
            expression: Variable {
             identifier: "pkgs",
             position: (68, 39),
            },
            target: List {
             elements: [
              Variable {
               identifier: "mackerel-agent",
               position: (68, 47),
              },
             ],
             position: (68, 45),
            },
            position: (68, 34),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "environment",
              position: (70, 5),
             },
             Raw {
              content: "etc",
              position: (70, 17),
             },
            ],
           },
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Expression {
                 expression: String {
                  parts: [
                   Raw {
                    content: "mackerel-agent/mackerel-agent.conf",
                    position: (71, 8),
                   },
                  ],
                 },
                },
                Raw {
                 content: "source",
                 position: (71, 44),
                },
               ],
              },
              FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "settingsFmt",
                 position: (72, 9),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "generate",
                   position: (72, 21),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                String {
                 parts: [
                  Raw {
                   content: "mackerel-agent.conf",
                   position: (72, 31),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (72, 52),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "settings",
                    position: (72, 56),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Expression {
                 expression: String {
                  parts: [
                   Raw {
                    content: "mackerel-agent/conf.d/api-key.conf",
                    position: (73, 8),
                   },
                  ],
                 },
                },
                Raw {
                 content: "source",
                 position: (73, 44),
                },
               ],
              },
              PropertyAccess {
               expression: Variable {
                identifier: "cfg",
                position: (73, 53),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "apiKeyFile",
                  position: (73, 57),
                 },
                ],
               },
               default: None,
              },
             ),
            ],
            recursive: false,
            position: (70, 23),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "services",
              position: (76, 5),
             },
             Raw {
              content: "mackerel-agent",
              position: (76, 14),
             },
             Raw {
              content: "settings",
              position: (76, 29),
             },
            ],
           },
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "root",
                 position: (77, 7),
                },
               ],
              },
              FunctionApplication {
               function: Variable {
                identifier: "mkDefault",
                position: (77, 14),
               },
               arguments: [
                String {
                 parts: [
                  Raw {
                   content: "/var/lib/mackerel-agent",
                   position: (77, 25),
                  },
                 ],
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "pidfile",
                 position: (78, 7),
                },
               ],
              },
              FunctionApplication {
               function: Variable {
                identifier: "mkDefault",
                position: (78, 17),
               },
               arguments: [
                String {
                 parts: [
                  Raw {
                   content: "/run/mackerel-agent/mackerel-agent.pid",
                   position: (78, 28),
                  },
                 ],
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "include",
                 position: (81, 7),
                },
               ],
              },
              FunctionApplication {
               function: Variable {
                identifier: "mkDefault",
                position: (81, 17),
               },
               arguments: [
                String {
                 parts: [
                  Raw {
                   content: "/etc/mackerel-agent/conf.d/*.conf",
                   position: (81, 28),
                  },
                 ],
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (76, 40),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "systemd",
              position: (85, 5),
             },
             Raw {
              content: "services",
              position: (85, 13),
             },
             Raw {
              content: "mackerel-agent",
              position: (85, 22),
             },
            ],
           },
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (86, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "mackerel.io agent",
                 position: (86, 22),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "after",
                 position: (87, 7),
                },
               ],
              },
              List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "network-online.target",
                   position: (87, 18),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "nss-lookup.target",
                   position: (87, 42),
                  },
                 ],
                },
               ],
               position: (87, 15),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "wantedBy",
                 position: (88, 7),
                },
               ],
              },
              List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "multi-user.target",
                   position: (88, 21),
                  },
                 ],
                },
               ],
               position: (88, 18),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "environment",
                 position: (89, 7),
                },
               ],
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "MACKEREL_PLUGIN_WORKDIR",
                    position: (90, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: Variable {
                   identifier: "mkDefault",
                   position: (90, 35),
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "%C/mackerel-agent",
                      position: (90, 46),
                     },
                    ],
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (89, 21),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "serviceConfig",
                 position: (92, 7),
                },
               ],
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "DynamicUser",
                    position: (93, 9),
                   },
                  ],
                 },
                 UnaryOperation {
                  operator: Not,
                  operand: PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (93, 24),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "runAsRoot",
                      position: (93, 28),
                     },
                    ],
                   },
                   default: None,
                  },
                  position: (93, 23),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "PrivateTmp",
                    position: (94, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: Variable {
                   identifier: "mkDefault",
                   position: (94, 22),
                  },
                  arguments: [
                   Variable {
                    identifier: "true",
                    position: (94, 32),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "CacheDirectory",
                    position: (95, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "mackerel-agent",
                    position: (95, 27),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "ConfigurationDirectory",
                    position: (96, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "mackerel-agent",
                    position: (96, 35),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "RuntimeDirectory",
                    position: (97, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "mackerel-agent",
                    position: (97, 29),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "StateDirectory",
                    position: (98, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "mackerel-agent",
                    position: (98, 27),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "ExecStart",
                    position: (99, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "pkgs",
                      position: (99, 24),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "mackerel-agent",
                        position: (99, 29),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "/bin/mackerel-agent supervise",
                    position: (99, 44),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "ExecStopPost",
                    position: (100, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: Variable {
                   identifier: "mkIf",
                   position: (100, 24),
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (100, 29),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "autoRetirement",
                       position: (100, 33),
                      },
                     ],
                    },
                    default: None,
                   },
                   String {
                    parts: [
                     Expression {
                      expression: PropertyAccess {
                       expression: Variable {
                        identifier: "pkg",
                        position: (100, 51),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "mackerel-agent",
                          position: (100, 55),
                         },
                        ],
                       },
                       default: None,
                      },
                     },
                     Raw {
                      content: "/bin/mackerel-agent retire -force",
                      position: (100, 70),
                     },
                    ],
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "ExecReload",
                    position: (101, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "pkgs",
                      position: (101, 25),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "coreutils",
                        position: (101, 30),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "/bin/kill -HUP $MAINPID",
                    position: (101, 40),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "LimitNOFILE",
                    position: (102, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: Variable {
                   identifier: "mkDefault",
                   position: (102, 23),
                  },
                  arguments: [
                   Int {
                    value: 65536,
                    position: (102, 33),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "LimitNPROC",
                    position: (103, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: Variable {
                   identifier: "mkDefault",
                   position: (103, 22),
                  },
                  arguments: [
                   Int {
                    value: 65536,
                    position: (103, 32),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (92, 23),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "restartTriggers",
                 position: (105, 7),
                },
               ],
              },
              List {
               elements: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "config",
                  position: (106, 9),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "environment",
                    position: (106, 16),
                   },
                   Raw {
                    content: "etc",
                    position: (106, 28),
                   },
                   Expression {
                    expression: String {
                     parts: [
                      Raw {
                       content: "mackerel-agent/mackerel-agent.conf",
                       position: (106, 33),
                      },
                     ],
                    },
                   },
                   Raw {
                    content: "source",
                    position: (106, 69),
                   },
                  ],
                 },
                 default: None,
                },
               ],
               position: (105, 25),
              },
             ),
            ],
            recursive: false,
            position: (85, 39),
           },
          ),
         ],
         recursive: false,
         position: (67, 28),
        },
       ],
      },
     ),
    ],
    recursive: false,
    position: (8, 4),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}