#!/bin/sh

systemd-notify --ready

while true; do
    echo "running"
    sleep 10
done
