We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d723b14 commit 276afe8Copy full SHA for 276afe8
root/etc/services.d/nginx/run
@@ -1,7 +1,7 @@
1
#!/usr/bin/with-contenv bash
2
3
if pgrep -f "[n]ginx:" > /dev/null; then
4
- pkill [n]ginx:
+ pkill -ef [n]ginx:
5
fi
6
7
exec /usr/sbin/nginx -c /config/nginx/nginx.conf
0 commit comments