From 9bb6b9f7d5246c7a896c909c40370dc75644d4cf Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 10 Jan 2023 21:53:00 +0530 Subject: uwsgi: add s6-rc service scripts for uwsgi, cgit --- uwsgi/uwsgi-srv/run | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 uwsgi/uwsgi-srv/run (limited to 'uwsgi/uwsgi-srv/run') diff --git a/uwsgi/uwsgi-srv/run b/uwsgi/uwsgi-srv/run new file mode 100644 index 0000000..bc7902e --- /dev/null +++ b/uwsgi/uwsgi-srv/run @@ -0,0 +1,5 @@ +#!/bin/execlineb -P +envfile /etc/s6/config/uwsgi.conf +importas -sCuD "" OPTS OPTS +fdmove -c 2 1 +exec /usr/bin/uwsgi ${OPTS} -- cgit v1.2.3