mirror of
https://github.com/FrodoVDR/UdpPipe.git
synced 2023-10-10 13:36:54 +02:00
Added start / stop scripts
This commit is contained in:
parent
b9c2a13854
commit
de9edcb07e
6
UdpPipe/udppipe<head>.sh
Normal file
6
UdpPipe/udppipe<head>.sh
Normal file
@ -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
|
6
UdpPipe/udppipe<tail>.sh
Normal file
6
UdpPipe/udppipe<tail>.sh
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user