-
Hello,
I have implemented a non-forking service readiness notification that is compatible with the s6 service supervision suite as well as my own personal fork of Upstart.
Would you accept a pat…
-
[linuxserverurl]: https://linuxserver.io
[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png)][linuxserverurl]
…
-
the branch webpassword-env, in its current state does not start: (gravity update timeout, laptop i5 ).
changing stage to 1, allow the container to continue without stopping all services.
setting S…
-
S6-overlay: v3.1.1.0, 3.1.0.1, Alpine v3.15
related: #337 #179 #356
see: #458 because in that issue S6_SERVICES_GRACETIME works! maybe it helps to locate the bug in this issue!
repo to reprod…
-
If it's being installed, we should make sure s6 can run without changes to the yaml. At the moment I'm getting:
```
$ docker run ghcr.io/distroless/nginx@sha256:21b4eaf7e0dc0650d3f8372a9f49fe7eb76…
-
Hi,
I have a CLI application in PHP which has the following `run` file.
```
#!/usr/bin/execlineb -P
with-contenv s6-setuidgid www-data
php /app/workers/worker_runner.php --worker=commands
`…
-
I have observed that whenever I send any signal to my docker container the signal gets changed by s6. Like if I sent `SIGINT `to my docker container, my process running behind the s6 received `SIGHUP …
-
S6 shouldn't wait the entire grace period, instead it should poll the processes and exit if they are finished, only when the timer reaches `S6_KILL_GRACETIME` it should do the killing
https://githu…
-
This can be useful when using dedicated process supervision tools, such as s6.
Something like `--no-daemon`, `--foreground`, etc.
-
I have installed and set up s6 yesterday, but I have read through the docs and there are a bunch of things I cannot understand.
Would you mind answering these few?
1. What is a bundle.
2. How c…
ghost updated
2 years ago