#!/bin/sh
set -e

systemctl stop gitea-runner || true

exit 0
