#!/bin/sh # # $Id$ # # clear cache of osgi-runner after installing the package # /usr/share/osgi-runner/sh/create-osgi-user.sh /usr/share/osgi-runner/sh/migrate-keys-properties.sh systemctl is-enabled osgi-runner.service || exit 0 systemctl is-active osgi-runner.service && exit 0 systemctl start osgi-runner.service exit 0