Skip to content

Commit

Permalink
Allow the setrlimit syscall - #1961 (#2333)
Browse files Browse the repository at this point in the history
This appears to be used by newer go versions and navidrome fails to
start unless it's allowed.

Signed-off-by: Jeff Henson <jeff@henson.io>
  • Loading branch information
JeffHenson committed Apr 28, 2023
1 parent c12510d commit 6d3d005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/navidrome.service
Expand Up @@ -38,6 +38,7 @@ RestrictNamespaces=yes
RestrictRealtime=yes
SystemCallFilter=@system-service
SystemCallFilter=~@privileged @resources
SystemCallFilter=setrlimit
SystemCallArchitectures=native
UMask=0066

Expand Down

0 comments on commit 6d3d005

Please sign in to comment.