#!/bin/sh
# Healthy kalau proses "schedule:work" masih hidup.
pgrep -f "artisan schedule:work" >/dev/null || exit 1
