We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01110f2 commit 4ef2270Copy full SHA for 4ef2270
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