diff options
author | sinanmohd <pcmsinan@gmail.com> | 2023-01-10 21:53:00 +0530 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-01-10 21:53:00 +0530 |
commit | 9bb6b9f7d5246c7a896c909c40370dc75644d4cf (patch) | |
tree | 5d510b2d0abf03ced7e98b5f66842c5c18ac1f1a /uwsgi/uwsgi-srv | |
parent | 1544ca00bbbd39bfae3a43b484f5c5c67e0549e4 (diff) |
uwsgi: add s6-rc service scripts for uwsgi, cgit
Diffstat (limited to 'uwsgi/uwsgi-srv')
-rw-r--r-- | uwsgi/uwsgi-srv/producer-for | 1 | ||||
-rw-r--r-- | uwsgi/uwsgi-srv/run | 5 | ||||
-rw-r--r-- | uwsgi/uwsgi-srv/type | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/uwsgi/uwsgi-srv/producer-for b/uwsgi/uwsgi-srv/producer-for new file mode 100644 index 0000000..8216f45 --- /dev/null +++ b/uwsgi/uwsgi-srv/producer-for @@ -0,0 +1 @@ +uwsgi-log 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} diff --git a/uwsgi/uwsgi-srv/type b/uwsgi/uwsgi-srv/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/uwsgi/uwsgi-srv/type @@ -0,0 +1 @@ +longrun |