We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01110f2 + 4ef2270 commit 07db8f0Copy full SHA for 07db8f0
1 file changed
registry/bin/reload
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
3
# Send SIGHUP to gunicorn in general, since we didn't launch it with `--pid`
4
-pkill -HUP -u gunicorn
+sudo -u registry pkill -HUP -f gunicorn || true
0 commit comments