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.
2 parents f13dea3 + 03da3a8 commit 59a47c8Copy full SHA for 59a47c8
systemd/doh-client.service
@@ -10,7 +10,10 @@ AmbientCapabilities=CAP_NET_BIND_SERVICE
10
ExecStart=/usr/local/bin/doh-client -conf /etc/dns-over-https/doh-client.conf
11
LimitNOFILE=1048576
12
Restart=always
13
-RestartSec=3
+RestartSec=1s
14
+RestartMaxDelaySec=76s
15
+RestartSteps=9
16
+StartLimitIntervalSec=0
17
Type=simple
18
DynamicUser=yes
19
systemd/doh-server.service
@@ -8,7 +8,10 @@ AmbientCapabilities=CAP_NET_BIND_SERVICE
8
ExecStart=/usr/local/bin/doh-server -conf /etc/dns-over-https/doh-server.conf
9
0 commit comments