diff options
Diffstat (limited to 'tosca2heat/tosca-parser/toscaparser/tests/artifacts/collectd/start.sh')
-rw-r--r-- | tosca2heat/tosca-parser/toscaparser/tests/artifacts/collectd/start.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tosca2heat/tosca-parser/toscaparser/tests/artifacts/collectd/start.sh b/tosca2heat/tosca-parser/toscaparser/tests/artifacts/collectd/start.sh new file mode 100644 index 0000000..7e8e033 --- /dev/null +++ b/tosca2heat/tosca-parser/toscaparser/tests/artifacts/collectd/start.sh @@ -0,0 +1,4 @@ +#!/bin/bash +# This script starts collectd as a service in init.d +service collectd stop +service collectd start |