#!/bin/sh mkdir -p /srv/data cp --no-clobber -p -r /srv/catbox/conf /srv/data/ su catbox \ -c "/srv/catbox/catbox \ -conf /srv/data/conf/catbox.conf"