mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-02 18:13:13 +02:00
DNScrypt-proxy proper reload configuration
This commit is contained in:
parent
e6ce7c3408
commit
087e5398d6
2 changed files with 2 additions and 2 deletions
|
@ -4,6 +4,7 @@
|
||||||
daemon_reload: true
|
daemon_reload: true
|
||||||
|
|
||||||
- name: restart dnscrypt-proxy
|
- name: restart dnscrypt-proxy
|
||||||
service:
|
systemd:
|
||||||
name: dnscrypt-proxy
|
name: dnscrypt-proxy
|
||||||
state: restarted
|
state: restarted
|
||||||
|
daemon_reload: true
|
||||||
|
|
|
@ -42,5 +42,4 @@
|
||||||
[Service]
|
[Service]
|
||||||
AmbientCapabilities=CAP_NET_BIND_SERVICE
|
AmbientCapabilities=CAP_NET_BIND_SERVICE
|
||||||
notify:
|
notify:
|
||||||
- daemon-reload
|
|
||||||
- restart dnscrypt-proxy
|
- restart dnscrypt-proxy
|
||||||
|
|
Loading…
Add table
Reference in a new issue