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 8afbba7 commit 0d09533Copy full SHA for 0d09533
https_dns_proxy.service.in
@@ -7,9 +7,10 @@ After=network.target
7
8
[Service]
9
Type=simple
10
+DynamicUser=yes
11
Restart=on-failure
12
ExecStart=${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_BINDIR}/https_dns_proxy \
- -u nobody -g nogroup -v -v ${SERVICE_EXTRA_OPTIONS}
13
+ -v -v ${SERVICE_EXTRA_OPTIONS}
14
TimeoutStopSec=10
15
16
[Install]
0 commit comments