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