dnscrypt-proxy module: serviceConfig.Group is redundant

Same as user's primary group if left unspecified
This commit is contained in:
Joachim Fasting 2016-08-29 18:22:51 +02:00
parent 23a7e6e911
commit 68210aa772
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08

View File

@ -221,7 +221,6 @@ in
ExecStart = "${dnscrypt-proxy}/bin/dnscrypt-proxy ${toString daemonArgs}";
User = "dnscrypt-proxy";
Group = "dnscrypt-proxy";
PrivateTmp = true;
PrivateDevices = true;