DNScrypt-proxy proper reload configuration

This commit is contained in:
Jack Ivanov 2018-05-25 14:41:28 +03:00
parent e6ce7c3408
commit 087e5398d6
2 changed files with 2 additions and 2 deletions

View file

@ -4,6 +4,7 @@
daemon_reload: true
- name: restart dnscrypt-proxy
service:
systemd:
name: dnscrypt-proxy
state: restarted
daemon_reload: true

View file

@ -42,5 +42,4 @@
[Service]
AmbientCapabilities=CAP_NET_BIND_SERVICE
notify:
- daemon-reload
- restart dnscrypt-proxy