11 lines
173 B
Bash
11 lines
173 B
Bash
#! /bin/sh
|
|
|
|
#
|
|
# Setup and trigger ofelia
|
|
#
|
|
|
|
# config and run ofelia
|
|
ofelia-config.sh --save || exit 1;
|
|
|
|
# run ofelia
|
|
/usr/bin/ofelia daemon --config="${OFELIA_CONFIG_PATH}"; |