- add role for tcgui, which is a web interface for introducing loss, jitter, and delay

listens on port 5000
This commit is contained in:
Pi
2019-08-16 14:39:42 -04:00
parent d13066bd0f
commit b4f9fda54b
8 changed files with 57 additions and 2 deletions

View 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