Skip to content

Commit

Permalink
fix(firewall): the restart dns handler should restart ... dnsd
Browse files Browse the repository at this point in the history
  • Loading branch information
tgragnato committed May 2, 2024
1 parent abf2a91 commit fbac316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/firewall/handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
- name: Restart dnsd
ansible.builtin.systemd:
daemon_reload: true
name: nfguard.service
name: dnsd.service
state: restarted
listen: restart dnsd

Expand Down

0 comments on commit fbac316

Please sign in to comment.