set systemd service file limit to 32768

This commit is contained in:
André Roth
2024-10-30 17:36:05 +01:00
parent b7e91f0994
commit b2d05828a5
2 changed files with 9 additions and 2 deletions
+7 -1
View File
@@ -1,2 +1,8 @@
# Default settings for aptly-api
# Default settings for aptly-api systemd service
# bind to host:port
LISTEN_ADDRESS='localhost:8080'
# aptly options:
# -no-lock allow aptly commands in parallel with api service (no global database lock, but lock per request)
APTLY_OPTIONS="-no-lock"