mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-09 06:04:12 +00:00
set systemd service file limit to 32768
This commit is contained in:
Vendored
+2
-1
@@ -9,7 +9,8 @@ Group=aptly-api
|
||||
Environment=TERM=dumb
|
||||
WorkingDirectory=~
|
||||
EnvironmentFile=/etc/default/aptly-api
|
||||
ExecStart=/usr/bin/aptly api serve -config=/etc/aptly.conf -no-lock -listen=${LISTEN_ADDRESS}
|
||||
ExecStart=/usr/bin/aptly api serve -config=/etc/aptly.conf ${APTLY_OPTIONS} -listen=${LISTEN_ADDRESS}
|
||||
LimitNOFILE=32768
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user