This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/conf/kill-buildmanager.sh

7 lines
139 B
Bash
Raw Normal View History

#!/bin/sh
PID=$(cat /etc/service/buildmanager/supervise/pid)
gcore -o /tmp/buildman.core $PID
/usr/bin/sv kill /etc/service/buildmanager