From 6a3e9d53686eda1d45fb54b97869a594741f089c Mon Sep 17 00:00:00 2001 From: Zhaoxing Date: Fri, 22 Sep 2017 15:40:57 +0800 Subject: Move python files to root dir Change-Id: I16a66e1f6bcb65cbb68f2b622618252885ab47fc Issue-Id: MODELING-20 Signed-off-by: Zhaoxing --- nfvparser/toscaparser/tests/artifacts/collectd/start.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 nfvparser/toscaparser/tests/artifacts/collectd/start.sh (limited to 'nfvparser/toscaparser/tests/artifacts/collectd/start.sh') diff --git a/nfvparser/toscaparser/tests/artifacts/collectd/start.sh b/nfvparser/toscaparser/tests/artifacts/collectd/start.sh new file mode 100644 index 0000000..7e8e033 --- /dev/null +++ b/nfvparser/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 -- cgit 1.2.3-korg