From 519d8759b88b42b334909338d18d521588a38226 Mon Sep 17 00:00:00 2001 From: SturdyErde Date: Sat, 11 Jul 2020 15:01:55 -0400 Subject: [PATCH] Create 20-ntopng-udm.sh (#17) * Create 20-ntopng-udm.sh Creating more sample onboot scripts for related projects. * Update 20-ntopng-udm.sh Changed docker command to podman. --- .../examples/udm-files/on_boot.d/20-ntopng-udm.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 on-boot-script/examples/udm-files/on_boot.d/20-ntopng-udm.sh diff --git a/on-boot-script/examples/udm-files/on_boot.d/20-ntopng-udm.sh b/on-boot-script/examples/udm-files/on_boot.d/20-ntopng-udm.sh new file mode 100644 index 0000000..21152ad --- /dev/null +++ b/on-boot-script/examples/udm-files/on_boot.d/20-ntopng-udm.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +## create files like this with different numbers for execution order +## ala /etc/profile.d + +## Start the ntopng-udm container, from https://github.com/tusc/ntopng-udm +podman start ntopng