From 8d1d15c0cbedce68488c2f9cade3f50ba0eefc32 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Sat, 7 Mar 2020 12:10:18 -0500 Subject: fix service (remove parameters, remove PrivateNetwork) --- syntax-highlighting.service.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/syntax-highlighting.service.in b/syntax-highlighting.service.in index db10fb7..dff918e 100644 --- a/syntax-highlighting.service.in +++ b/syntax-highlighting.service.in @@ -4,7 +4,7 @@ Description=syntax highlighting server [Service] Type=simple User=nobody -ExecStart=@libdir@/cgit/syntax-highlighting-server.py localhost 4872 +ExecStart=@libdir@/cgit/syntax-highlighting-server.py IPAddressAllow=localhost IPAddressDeny=any @@ -12,7 +12,6 @@ LockPersonality=yes MemoryDenyWriteExecute=yes NoNewPrivileges=yes PrivateDevices=yes -PrivateNetwork=yes PrivateTmp=yes ProtectControlGroups=yes ProtectHome=yes -- cgit v1.2.3-70-g09d2