- add role for tcgui, which is a web interface for introducing loss, jitter, and delay
listens on port 5000
This commit is contained in:
9
roles/tcgui/files/tcgui.service
Normal file
9
roles/tcgui/files/tcgui.service
Normal file
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=tcgui server
|
||||
After=syslog.target network.target auditd.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/python3 /home/pi/tcgui/main.py --dev eth0 --ip 0.0.0.0
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user