#!/bin/sh
[ -r supervise/pid ] && kill -TERM -$(cat supervise/pid)
