We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3428c51 commit 4ae5972Copy full SHA for 4ae5972
roles/dns_encryption/tasks/ubuntu.yml
@@ -47,10 +47,14 @@
47
owner: root
48
group: root
49
50
-- name: Ubuntu | Add capabilities to bind ports
+- name: Ubuntu | Add custom requirements to successfully start the unit
51
copy:
52
- dest: /etc/systemd/system/dnscrypt-proxy.service.d/99-capabilities.conf
+ dest: /etc/systemd/system/dnscrypt-proxy.service.d/99-algo.conf
53
content: |
54
+ [Unit]
55
+ After=systemd-resolved.service
56
+ Requires=systemd-resolved.service
57
+
58
[Service]
59
AmbientCapabilities=CAP_NET_BIND_SERVICE
60
notify:
0 commit comments