mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-16 12:08:04 +00:00
Merge remote-tracking branch 'official/fix/debianization' into upstream/1.6
This commit is contained in:
Vendored
+10
-1
@@ -1,2 +1,11 @@
|
|||||||
# Default settings for aptly-api
|
# Default settings for aptly-api systemd service
|
||||||
|
|
||||||
|
# bind to host:port
|
||||||
LISTEN_ADDRESS='localhost:8080'
|
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"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Vendored
+2
-1
@@ -9,7 +9,8 @@ Group=aptly-api
|
|||||||
Environment=TERM=dumb
|
Environment=TERM=dumb
|
||||||
WorkingDirectory=~
|
WorkingDirectory=~
|
||||||
EnvironmentFile=/etc/default/aptly-api
|
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]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|||||||
Vendored
-1
@@ -89,7 +89,6 @@ Package: aptly
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}, bzip2, xz-utils, adduser, gpg (>= 2.2.12)
|
Depends: ${misc:Depends}, ${shlibs:Depends}, bzip2, xz-utils, adduser, gpg (>= 2.2.12)
|
||||||
Suggests: graphviz
|
Suggests: graphviz
|
||||||
Conflicts: gnupg1, gpgv1
|
|
||||||
Built-Using: ${misc:Static-Built-Using}, ${misc:Built-Using}
|
Built-Using: ${misc:Static-Built-Using}, ${misc:Built-Using}
|
||||||
Description: Swiss army knife for Debian repository management - main package
|
Description: Swiss army knife for Debian repository management - main package
|
||||||
It offers several features making it easy to manage Debian package
|
It offers several features making it easy to manage Debian package
|
||||||
|
|||||||
Reference in New Issue
Block a user