shutdown nginx deamon during stage 3 of s6-overlay
This commit is contained in:
parent
4856e55d6c
commit
402a38ab57
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/with-contenv bash
|
||||
|
||||
kill -15 /run/nginx.pid
|
Loading…
Reference in New Issue