#!/bin/sh
exec 2>&1
echo "starting WebCleaner"
exec webcleaner --no-file-logs
