dnscrypt-proxy module: serviceConfig.Group is redundant
Same as user's primary group if left unspecified
This commit is contained in:
parent
23a7e6e911
commit
68210aa772
@ -221,7 +221,6 @@ in
|
|||||||
ExecStart = "${dnscrypt-proxy}/bin/dnscrypt-proxy ${toString daemonArgs}";
|
ExecStart = "${dnscrypt-proxy}/bin/dnscrypt-proxy ${toString daemonArgs}";
|
||||||
|
|
||||||
User = "dnscrypt-proxy";
|
User = "dnscrypt-proxy";
|
||||||
Group = "dnscrypt-proxy";
|
|
||||||
|
|
||||||
PrivateTmp = true;
|
PrivateTmp = true;
|
||||||
PrivateDevices = true;
|
PrivateDevices = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user