#!/bin/sh if [ -e /run/openrc/started/kanboard ]; then lxc-attach -u 8009 -g 8009 kanboard -- /srv/kanboard/cli cronjob >/dev/null fi