#!/bin/sh

echo "stop service"

if [ -n "$1" ]; then
    sleep "$1"
fi
