diff options
-rw-r--r-- | syntax-highlighting.service.in | 3 |
1 files changed, 1 insertions, 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 |