privoxy service: remove static uid

The service owns no data, having a static uid serves no purpose.

This frees up uid/gid 32
This commit is contained in:
Joachim Fasting
2016-12-05 13:37:08 +01:00
parent ad88f1040e
commit 3dcdc2d2b0
2 changed files with 9 additions and 11 deletions
-2
View File
@@ -58,7 +58,6 @@
#utmp = 29; # unused
ddclient = 30;
davfs2 = 31;
privoxy = 32;
#disnix = 33; # unused
osgi = 34;
tor = 35;
@@ -322,7 +321,6 @@
utmp = 29;
#ddclient = 30; # unused
davfs2 = 31;
privoxy = 32;
disnix = 33;
osgi = 34;
tor = 35;