mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
main/uwsgi: allow to override retry from confd file
This commit is contained in:
parent
ed0227bbb0
commit
855d7eeff4
@ -209,7 +209,7 @@ _plugin() {
|
||||
}
|
||||
|
||||
sha512sums="6561703279bcc4a81311d033810ac066d0f113bab13b0942f3eef86cac29c584a6641b52476840d6895151aee5ed064ae2d03b18932cf7f47e62f4eeed76da61 uwsgi-2.0.18.tar.gz
|
||||
3467644e8b4fd05b3b6a769fb47d93cd1f9339294a187d023b75ba0a582544f18d22885d4e8a1351b39a023a3ed47bbf89ab24e3424fb2f04dc7d7399c815f13 uwsgi.initd
|
||||
1fef8a30e8e20b0322cf464a2adf744a4b46a35f4c9e104acacab4c99b913c5a0b537783bdfedf8900a4e7397e08079b675be2414beb571fd0b330985ac676cc uwsgi.initd
|
||||
370202e143d0e041a2e36905346080d3ca592c9a74705a8c4e142a1307d22b921c10e673d683ca284ea27d184474ed86edd7723a6e590d35a562ad7cf6afa529 uwsgi.ini
|
||||
2798c9d2e49e29292ffe6a5a29b866301c78d5f322fc5d07dfa9569efdaa5220237a5f6744652fbdd957be29311ddaff190541333f042cbf0e907dfa98ce3e2a readme.emperor
|
||||
f3cff00926929a5bb40afafb65fd5228582af35fbf524562282020c4c4ae9c659231b2381f4b3cceb18e8f3f6c888c21bdd8ed4ddcd81e92fbc6a0891800ce38 alpine.buildconf
|
||||
|
||||
@ -6,6 +6,7 @@
|
||||
# variable uwsgi_opts or config file specified by variable uwsgi_conf.
|
||||
|
||||
: ${pidfile:="/run/$RC_SVCNAME/uwsgi.pid"}
|
||||
: ${retry:="INT/30/KILL/5"}
|
||||
: ${wait:=200} # milliseconds
|
||||
|
||||
extra_started_commands='reload stats'
|
||||
@ -16,7 +17,6 @@ command='/usr/sbin/uwsgi'
|
||||
command_args="--die-on-term ${uwsgi_opts:-}"
|
||||
command_background='yes'
|
||||
start_stop_daemon_args="--quiet --wait $wait"
|
||||
retry='INT/30/KILL/5'
|
||||
|
||||
if [ "$RC_SVCNAME" = 'uwsgi' ]; then
|
||||
: ${name:="uWSGI emperor"}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user