#!/usr/bin/env bash service apache2 restart /bin/bash -c 'while true; do echo hello world > /dev/null; sleep 1; done'