From e6dcd76bf6d681fdaa3062e9900fa887a897fee1 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Wed, 11 Nov 2020 21:32:14 -0500 Subject: remove User=nobody systemd is correct that services should not be running as nobody. however, it's unreasonable to silently create a new user for this. using systemd sandboxing is probably sufficient. --- syntax-highlighting.service.in | 1 - 1 file changed, 1 deletion(-) (limited to 'syntax-highlighting.service.in') diff --git a/syntax-highlighting.service.in b/syntax-highlighting.service.in index dff918e..cd90546 100644 --- a/syntax-highlighting.service.in +++ b/syntax-highlighting.service.in @@ -3,7 +3,6 @@ Description=syntax highlighting server [Service] Type=simple -User=nobody ExecStart=@libdir@/cgit/syntax-highlighting-server.py IPAddressAllow=localhost -- cgit v1.2.3-54-g00ecf