+ exec_start "/bin/systemctl reload-or-restart gdnsd"
+ standard_output "null"
+ sandbox true
+ restrict_address_families "AF_UNIX"
+end
+
+systemd_path "gdnsd-reload" do
+ description "Reload gdnsd configuration"
+ path_changed "/etc/gdnsd/config.d"
+end
+
+service "gdnsd-reload.path" do
+ action [:enable, :start]
+ subscribes :restart, "systemd_path[gdnsd-reload]"