diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-06-27 09:11:09 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-06-27 09:11:09 -0400 |
commit | c45f985fe340e22920e65b31511238096409ba91 (patch) | |
tree | f00edc9cc918d7633a9e162dc60c2cb83aacc075 | |
parent | 2f1fbc223a8ecef5bc1a30112a847b3181090952 (diff) | |
download | cgit-syntax-highlighting-c45f985fe340e22920e65b31511238096409ba91.tar.xz cgit-syntax-highlighting-c45f985fe340e22920e65b31511238096409ba91.zip |
enable DynamicUser
-rw-r--r-- | syntax-highlighting.service.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/syntax-highlighting.service.in b/syntax-highlighting.service.in index 38faaa8..02b5cf1 100644 --- a/syntax-highlighting.service.in +++ b/syntax-highlighting.service.in @@ -5,6 +5,7 @@ Description=syntax highlighting server Type=simple ExecStart=@libdir@/cgit/syntax-highlighting-server.py +DynamicUser=yes IPAddressAllow=localhost IPAddressDeny=any LockPersonality=yes |