aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xvnfs/vFW/scripts/v_packetgen_install.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/vnfs/vFW/scripts/v_packetgen_install.sh b/vnfs/vFW/scripts/v_packetgen_install.sh
index 19976b0c..2f58e6a2 100755
--- a/vnfs/vFW/scripts/v_packetgen_install.sh
+++ b/vnfs/vFW/scripts/v_packetgen_install.sh
@@ -82,14 +82,14 @@ apt-get update
apt-get install -y vpp vpp-dpdk-dkms vpp-lib vpp-dbg vpp-plugins vpp-dev
sleep 1
-# Install honeycomb daily reboot script (workaround due to honeycomb file handle leak)
-cat > /etc/cron.daily/honeycomb <<EOF
+# Install honeycomb restart script (workaround due to honeycomb file handle leak)
+cat > /etc/cron.hourly/honeycomb <<EOF
#!/bin/bash
VERSION=$(cat /opt/config/demo_artifacts_version.txt)
pkill java
/opt/honeycomb/sample-distribution-$VERSION/honeycomb &>/dev/null &disown
EOF
-chmod +x /etc/cron.daily/honeycomb
+chmod +x /etc/cron.hourly/honeycomb
# Run instantiation script
cd /opt