From de9edcb07e1e35c7161c4387800dd018de627731 Mon Sep 17 00:00:00 2001 From: Mark Liebrand Date: Mon, 24 Oct 2016 16:11:22 +0200 Subject: [PATCH] Added start / stop scripts --- UdpPipe/udppipe.sh | 6 ++++++ UdpPipe/udppipe.sh | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 UdpPipe/udppipe.sh create mode 100644 UdpPipe/udppipe.sh diff --git a/UdpPipe/udppipe.sh b/UdpPipe/udppipe.sh new file mode 100644 index 0000000..afc1c13 --- /dev/null +++ b/UdpPipe/udppipe.sh @@ -0,0 +1,6 @@ +# sample start/stop script for head (commands are start/stop/restart) +# copy to head host and rename it to udppipe.sh +# pid file is by default /tmp/udppipe.pid +# log file is by default /tmp/udppipe.log +export PYTHONPATH=. +python eu/liebrand/udppipe/__init__.py $1 -H \ No newline at end of file diff --git a/UdpPipe/udppipe.sh b/UdpPipe/udppipe.sh new file mode 100644 index 0000000..a83e2c4 --- /dev/null +++ b/UdpPipe/udppipe.sh @@ -0,0 +1,6 @@ +# sample start/stop script for head (commands are start/stop/restart) +# copy to head host and rename it to udppipe.sh +# pid file is by default /tmp/udppipe.pid +# log file is by default /tmp/udppipe.log +export PYTHONPATH=. +python eu/liebrand/udppipe/__init__.py $1 -T \ No newline at end of file